All Questions
8 questions
1
vote
0
answers
726
views
How to capture multiple HTTP headers with the same name (ex.: set-cookie) in HAProxy?
I want to capture and log all the Set-Cookie headers in HTTP responses. The problem is that I only get the last Set-Cookie in my log lines. I am using haproxy 1.7 in docker (FROM haproxy:1.7). My ...
0
votes
0
answers
382
views
is there any way around HttpOnly cookies?
is there any way around HttpOnly cookies ?
curl
the headers from network tab
The response cookies from network tab
i have tried sending no SessionID_R3 in the header but didn't work and
tried to ...
0
votes
1
answer
204
views
how i can manually login to HG router using curl?
the problem that i tried the curl command from chrome network tab and it didn't work ! so i looked in the page html and found that it does this
1- Encrypt the password to sha256
2- then base64 ...
1
vote
0
answers
282
views
Browser is not storing my cookie
My challenge is sending my cookie along with my payload. I'm simply adding a cookie to an existing, and running program. The payload (song) is getting there just fine. And, I'm not getting any errors ...
1
vote
1
answer
218
views
HTTP headers of Gmail
I just examined the headers of HTTP requests and responses regarding to Gmail. First, I submitted username and password and examined the headers. Then deleted an email from inbox and examined again. ...
1
vote
1
answer
8k
views
How to see the cookies in Firefox?
I am using Firefox 4 on a MacBook Pro. I want to see the cookies set by a specific site I am browsing (cookie name and cookie values). I am wondering whether there are any existing tools to use?
2
votes
2
answers
3k
views
How sessions work
How does sessions work in a server?
Is it correct that after closing the browser and re-opening intermediately the sessions be restored? What about closing and re-opening a tab (where the session ...
0
votes
1
answer
677
views
iPhone Dev Center Website error 413 overloaded with cookies
I started receiving an error when attempting to log into the iPhone Dev Center web site "413 Request Entity Too Large". At first I thought they were having issues but when I couldn't find any ...