M
Mattia Fanti
Guest
I'm trying to scrap the data counter of my phone operator and I trying to get access to it. Looking at the network tab in chrome, I'm tryin to do the login and I can see a POST request:
Request URL: iliad - Benvenuto in iliad
Request Method: POST
Status Code: 302
Remote Address: 83.158.240.200:443
Referrer Policy: strict-origin-when-cross-origin
cache-control: no-store, no-cache, must-revalidate
content-security-policy: default-src data: blob: 'self' 'unsafe-inline' 'unsafe-eval' *.iliad.it osm.proxad.net
content-type: text/html; charset=UTF-8
date: Mon, 02 Nov 2020 17:49:53 GMT
expires: Thu, 19 Nov 1981 08:52:00 GMT
location: /account/
pragma: no-cache
server: nginx
status: 302
x-frame-options: SAMEORIGIN
:authority: www.iliad.it
:method: POST
ath: /account/
:scheme: https
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
accept-encoding: gzip, deflate, br
accept-language: it-IT,it;q=0.9,en-GB;q=0.8,en;q=0.7,pl-PL;q=0.6,pl;q=0.5,en-US;q=0.4
cache-control: max-age=0
content-length: 43
content-type: application/x-www-form-urlencoded
cookie: ACCOUNT_SESSID=j5jen06i3kclgk53a7dgrcva82; auth_mobile=1
origin: iliad - Benvenuto in iliad
referer: iliad - Benvenuto in iliad
sec-fetch-dest: document
sec-fetch-mode: navigate
sec-fetch-site: same-origin
sec-fetch-user: ?1
upgrade-insecure-requests: 1
user-agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Mobile Safari/537.36
login-ident: my USERNAME
login-pwd: my PASSWORD
Is there any way I can use a single url in order to login inside the website operator? Thanks
Continue reading...
Request URL: iliad - Benvenuto in iliad
Request Method: POST
Status Code: 302
Remote Address: 83.158.240.200:443
Referrer Policy: strict-origin-when-cross-origin
cache-control: no-store, no-cache, must-revalidate
content-security-policy: default-src data: blob: 'self' 'unsafe-inline' 'unsafe-eval' *.iliad.it osm.proxad.net
content-type: text/html; charset=UTF-8
date: Mon, 02 Nov 2020 17:49:53 GMT
expires: Thu, 19 Nov 1981 08:52:00 GMT
location: /account/
pragma: no-cache
server: nginx
status: 302
x-frame-options: SAMEORIGIN
:authority: www.iliad.it
:method: POST
ath: /account/
:scheme: https
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
accept-encoding: gzip, deflate, br
accept-language: it-IT,it;q=0.9,en-GB;q=0.8,en;q=0.7,pl-PL;q=0.6,pl;q=0.5,en-US;q=0.4
cache-control: max-age=0
content-length: 43
content-type: application/x-www-form-urlencoded
cookie: ACCOUNT_SESSID=j5jen06i3kclgk53a7dgrcva82; auth_mobile=1
origin: iliad - Benvenuto in iliad
referer: iliad - Benvenuto in iliad
sec-fetch-dest: document
sec-fetch-mode: navigate
sec-fetch-site: same-origin
sec-fetch-user: ?1
upgrade-insecure-requests: 1
user-agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Mobile Safari/537.36
login-ident: my USERNAME
login-pwd: my PASSWORD
Is there any way I can use a single url in order to login inside the website operator? Thanks
Continue reading...