It worked and I'm not banned
However, I can't seem to grab the
bb_sessionhash cookie which I believe is what keeps me logged in. On a PC I get these cookie headers as a response:
Code: Select all
HTTP/1.1 200 OK
Cache-Control: private
Connection: Keep-Alive
Content-Encoding: gzip
Content-Length: 2370
Content-Type: text/html; charset=utf-8
Date: Thu, 13 Aug 2015 15:57:30 GMT
Keep-Alive: timeout=5, max=99
Pragma: private
Server: Apache/2.4.6 (Ubuntu)
Set-Cookie: vbsso_event=a%3A3%3A%7Bi%3A0%3Bi%3A3%3Bi%3A1%3Bs%3A0%3A%22%22%3Bi%3A2%3Bs%3A0%3A%22%22%3B%7D; expires=Thu, 13-Aug-2015 15:58:30 GMT; Max-Age=60
Set-Cookie: vbsso_lid=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
Set-Cookie: bb_sessionhash=fe5ce6ff a5aeeb1449e c0a808 58cdacd; path=/; HttpOnly
Set-Cookie: vbsso_lid=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
Set-Cookie: vbsso_timeout=900; path=/
Set-Cookie: bb_lastactivity=0; expires=Fri, 12-Aug-2016 15:57:30 GMT; Max-Age=31536000; path=/
Set-Cookie: vbsso_d=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
Set-Cookie: vbsso_d=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/
X-Powered-By: PHP/5.5.3-1ubuntu2.3
Using Android, I get 2 cookies,
bb_lastactivity and
bb_lastvisit. I don't know why, maybe it's because I'm using Jsoup to login... Do you know how I could work around that issue, because maybe the mobile site handles to cookies differently. Thanks
Note: The bb_sessionhash cookie doesn't contain any spaces. I needed to add them for them to be displayed.