on 2017 Dec 18 6:21 PM
Hello,
help needed to set custom Response-Header.
With Ajax i execute XacuteQueries.
If there was a lot of numbers of executions, Internet-Explore getting memory problems.
In the web i found a solution.
If i want to prevent IE-Caching the following Response-Headers must be send to the Client: Cache-Control="no-store, no-cache"
Pragma="no-cache"
Expires="-1"
How and where can i add these headers to the Response-Headers.
I tried with CORS, but i only get the access-control-expose-header back.
Can smoebody explane me to do this?
Thanks a lot.
Greets Stephan Merz
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.