|
May 31, 2011, 08:29:42 AM |
|
same issue here - had a look using wireshark and here's what's getting redirected:
GET /listenChannel HTTP/1.1 User-Agent: Java/1.6.0_24 Host: deepbit.net Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive
HTTP/1.1 302 Found Cache-Control: no-cache Content-length: 0 Location: /listenChannel Set-Cookie: [REDACTED]=[REDACTED]; path=/;
Connection: close
I'm also seeing an HTTP post getting redirected as follows:
POST /listenChannel HTTP/1.1 Authorization: Basic [REDACTED] Accept-Encoding: gzip,deflate Content-Type: application/json User-Agent: Java/1.6.0_24 Host: deepbit.net Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 39
{"method":"getwork","params":[],"id":1}
HTTP/1.1 302 Found Cache-Control: no-cache Content-length: 0 Location: /listenChannel Set-Cookie: [REDACTED]=[REDACTED]; path=/;
Connection: close
|