Error: Received HTTP 302

I can't download patch from patchcdn2.pathofexile.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

for example: http://patchcdn2.pathofexile.com/patch/3.5.3.2/PathOfExile.exe

if i launcher game again, the error tip maybe other file. but url domain is the same..

if i use wget , i can get this file..

i don't known why 302 is a error.

the wget's output show me: the 302 location info::
````
HTTP request sent, awaiting response... 302 Found
Location: http://59.80.44.100/patchcdn2.pathofexile.com/patch/3.5.3.2/PathOfExile.exe [following]
````

why the game think 302 is error.
why not to follow the location and download it,
Last bumped on Feb 15, 2019, 1:25:24 AM
You should just get a HTTP 200 response from this. Are you sure that your ISP isn't doing anything weird, like hijacking DNS and then redirecting?

If you could run your wget again with headers, and give me a copy, I can see if anything is up with our CDN specifically.

This is what these requests look like on my workstation:
"

~|⇒ curl -v -H "Accept-Encoding: gzip" http://patchcdn2.pathofexile.com/patch/3.5.3.2/PathOfExile.exe --output PathOfExile.exe

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 104.19.185.16...
* TCP_NODELAY set
* Connected to patchcdn2.pathofexile.com (104.19.185.16) port 80 (#0)
> GET /patch/3.5.3.2/PathOfExile.exe HTTP/1.1
> Host: patchcdn2.pathofexile.com
> User-Agent: curl/7.58.0
> Accept: */*
> Accept-Encoding: gzip
>
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0< HTTP/1.1 200 OK
< Date: Fri, 15 Feb 2019 02:46:51 GMT
< Content-Type: application/octet-stream
< Content-Length: 10684846
< Connection: keep-alive
< Set-Cookie: __cfduid=d30d9280553ea6f455c7979dc01ba3c3f1550198811; expires=Sat, 15-Feb-20 02:46:51 GMT; path=/; domain=.pathofexile.com; HttpOnly
< Last-Modified: Fri, 01 Feb 2019 02:39:49 GMT
< Vary: Accept-Encoding
< ETag: "5c53b175-a309ae"
< Content-Encoding: gzip
< Expires: Sun, 17 Mar 2019 02:46:51 GMT
< Cache-Control: max-age=2592000
< Server: cloudflare
< CF-RAY: 4a9472497e20a41d-AKL

~|⇒ wget -v --server-response --header="accept-encoding: gzip" http://patchcdn2.pathofexile.com/patch/3.5.3.2/PathOfExile.exe
--2019-02-15 15:49:23-- http://patchcdn2.pathofexile.com/patch/3.5.3.2/PathOfExile.exe
Resolving patchcdn2.pathofexile.com (patchcdn2.pathofexile.com)... 104.19.186.16, 104.19.185.16
Connecting to patchcdn2.pathofexile.com (patchcdn2.pathofexile.com)|104.19.186.16|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Fri, 15 Feb 2019 02:49:24 GMT
Content-Type: application/octet-stream
Content-Length: 10684846
Connection: keep-alive
Set-Cookie: __cfduid=daef0351ece506d657a8d3c0f1fcf63271550198963; expires=Sat, 15-Feb-20 02:49:23 GMT; path=/; domain=.pathofexile.com; HttpOnly
Last-Modified: Fri, 01 Feb 2019 02:39:49 GMT
Vary: Accept-Encoding
ETag: "5c53b175-a309ae"
Content-Encoding: gzip
Expires: Sun, 17 Mar 2019 02:49:24 GMT
Cache-Control: max-age=2592000
Server: cloudflare
CF-RAY: 4a9476046df2a43b-AKL
Length: 10684846 (10M) [application/octet-stream]
Saving to: ‘PathOfExile.exe’

PathOfExile.exe 100%[====================================================================================================>] 10.19M 5.28MB/s in 1.9s
Differences between you and me is that: i encounter a 302.
if i follow the 302 location, i can download the file.
i don't know who did this. cdn provider or my isp.
maybe just a cache server?

this is my wget output details:

"


--2019-02-15 12:51:57-- http://patchcdn2.pathofexile.com/patch/3.5.3.2/PathOfExile.exe
Resolving patchcdn2.pathofexile.com (patchcdn2.pathofexile.com)... 104.19.186.16, 104.19.185.16
Connecting to patchcdn2.pathofexile.com (patchcdn2.pathofexile.com)|104.19.186.16|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 302 Found
Server: SRS/2.0
Date: Fri, 15 Aug 2019 04:51:53 GMT
Content-Length: 0
Content-Type: text/html
Connection: close
Cache-Control: no-cache
Access-Control-Allow-Origin: *
Location: http://59.80.44.100/patchcdn2.pathofexile.com/patch/3.5.3.2/PathOfExile.exe
Location: http://59.80.44.100/patchcdn2.pathofexile.com/patch/3.5.3.2/PathOfExile.exe [following]
--2019-02-15 12:51:58-- http://59.80.44.100/patchcdn2.pathofexile.com/patch/3.5.3.2/PathOfExile.exe
Connecting to 59.80.44.100:80... connected.
HTTP request sent, awaiting response...
HTTP/1.0 200 OK
Date: Fri, 01 Feb 2019 04:37:49 GMT
Content-Type: application/octet-stream
Content-Length: 10684846
Last-Modified: Fri, 01 Feb 2019 02:39:49 GMT
Vary: Accept-Encoding
ETag: "5c53b175-a309ae"
Content-Encoding: gzip
Expires: Sun, 03 Mar 2019 04:37:49 GMT
CF-RAY: 4a21b994a52d7856-LAX
Access-Control-Allow-Origin: *
Age: 1210449
X-NGAA: HIT from CN-GZ-GAa-32c.4
Connection: close
Cache-Control: no-cache
Length: 10684846 (10M) [application/octet-stream]
Saving to: 'PathOfExile.exe.3'

PathOfExile.exe.3 100%[===============================================================================>] 10.19M 604KB/s in 30s

2019-02-15 12:52:28 (350 KB/s) - 'PathOfExile.exe.3' saved [10684846/10684846]

"dns 8.8.8.8" is useless.
This isn't our CDN doing this. I think your DNS or web traffic is being hijacked somehow.

You're being redirected to a URL containing an IP address registered in china somewhere - probably your ISP.
Try encrypting your traffic (via a VPN) and then downloading it again . If your provider is doing something funky with DNS traffic they will no longer be able to and you should be able to download the patch.

Report Forum Post

Report Account:

Report Type

Additional Info