Top "Cookies" questions

An HTTP cookie is a piece of data stored by the user's web browser.

Add Secure and httpOnly Flags to Every Set-Cookie Response in Apache httpd

I'm running Apache 2.2.26: Server version: Apache/2.2.26 (Unix) Server built: Jan 17 2014 12:24:49 Cpanel::Easy::Apache v3.22.30 rev9999 +cloudlinux I'm attempting to use …

.htaccess security cookies httponly mod-headers
How can I get the cookies from HttpClient?

I am using HttpClient 4.1.2 HttpGet httpget = new HttpGet(uri); HttpResponse response = httpClient.execute(httpget); So, how can I get the …

java cookies apache-httpclient-4.x
Set cookies for cross origin requests

How to share cookies cross origin? More specifically, how to use the Set-Cookie header in combination with the header Access-Control-Allow-Origin? …

authentication cookies cors http-headers localhost
How to detect server-side whether cookies are disabled

How can I detect on the server (server-side) whether cookies in the browser are disabled? Is it possible? Detailed explanation: …

http cookies server-side
Sending browser cookies during a 302 redirect

Are there any issues with sending back a cookie during a 302 redirect? For example, if I create a return-to-url cookie …

http cookies http-status-code-302
Session/cookie management in Apache JMeter

We have a simple performance test flow in an application. We login Search based on some criteria repeat searches for …

java session cookies jmeter session-cookies
Can't log in to Magento Admin

I'm having troubles logging into Magento's admin panel on one of our staging sites (it works 100% on our webdev servers …

session cookies login magento
How to handle cookies in httpUrlConnection using cookieManager

I have a server request that returns multiple cookies, like that: This is how I'm storing these cookies to the …

android cookies httpurlconnection android-cookiemanager
Authentication with AngularJS, session management and security issues with REST Api WS

I started developing a web-app with angularJS and I'm not sure that everything is right secured (client and server side). …

angularjs rest authentication cookies angularjs-authentication
How to scrape a website that requires login first with Python

First of all, I think it's worth saying that, I know there are a bunch of similar questions but NONE …

python http cookies authorization scraper