Questions tagged [response-headers]
545 questions
-1
votes
1 answer
In Jmeter - Redirection not happening (Location in response headers not coming in reply response)
Recorded Log-
Response headers:
HTTP/1.1 302 Moved Temporarily
Server: FISServer
Cache-Control: no-cache,no-store,max-age=0
Content-Type: text/html;charset=UTF-8
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'…

Sagar Ray
- 1
- 1
-1
votes
1 answer
haproxy http-response replace
I am trying to replace this part of the string in the response header "abc,def,ghi,jkl" . Please note this value is NOT static.
My-Customer-Header: My-Test:abc,def,ghi,jkl:12345
Using this regex I am able to grab strings between the colon. i.e.…

DevOpsNewB
- 185
- 2
- 14
-1
votes
1 answer
How do I get the browser to use the cache instead of reloading from the server?
I have a search results page, when a user clicks on a result, then clicks the back button I want it to load the search results from the cache instead of going to the server, kind of like how google does it. I'm sending the HTTP headers:
Date: Thu,…

PresidentNick
- 98
- 11
-2
votes
3 answers
PHP response-header tricks
index.php:
-2
votes
1 answer
apache cache settings to get 200 or 304 as appropriate
I am running Apache 2.4.18 on Ubuntu (single server machine). I didn't make any changes to the default settings as far as cache headers are concerned (no cache-related change to /etc/apache2/apached2.conf, no .htaccess files). My understanding is…

M Katz
- 5,098
- 3
- 44
- 66