Top "Response-headers" questions

Setting response header with javascript

I'm having troubles with collecting json values from a URL in my application. When I try to get them a …

javascript response-headers
Proper WWW-Authenticate header for OAuth provider

In the OAuth 1.0 spec it is suggested to respond with the following WWW-Authenticate header: WWW-Authenticate: OAuth realm="http://server.example.…

oauth response-headers
What is the timespan type of max-age in the HTTP response header? Seconds, minutes?

In the HTTP response header for my website it is returning a header that contains the following value. "Cache-Control: max-age=3600" …

http httpwebresponse response-headers
Why can't the "Server" Response Header be removed via web.config in IIS7?

Remove Server Response Header IIS7 I know how to remove the Server response header with an HTTP Module based on …

asp.net iis-7 response-headers
jQuery cross domain request response headers

I am making cross domain ajax requests with html data type. They work OK as I include Access-Control-Allow-Origin in the …

jquery ajax cross-domain response-headers
How to add http Headers in react js app's response

I have a react js application. I want to add some http headers in the every response that's being returned …

reactjs security http-headers response-headers
Set response header in Spring Boot

How can I set the response header for each call in my application made with Spring Boot? I would like …

spring-boot filter browser-cache response-headers no-cache
Extracting from Response Header with Regular Expression

I'm trying to extract the confirmation number at the end of the location tag in the response header to a …

regex header jmeter response-headers
Can we add http response headers directly into html pages

I need to add response headers like X-Frame, Cache-control, Pragma etc directly into the html code, may be, using attributes …

html jsp http response-headers
Content-Disposition inline filename issue with IE

I am displaying a pdf in browser with inline from API using an aspx page. While saving the pdf using …

response-headers