This is a migrated thread and some comments may be shown as answers.

Fiddler not showing all cache values for AJAX

1 Answer 389 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Rudy
Top achievements
Rank 1
Rudy asked on 04 Aug 2017, 03:32 AM

In my application, I've set the Cache-Control response header for all pages to "no-cache, no-store, must-revalidate". Fiddler can capture that header correctly for all the static pages, but it only manages to catch "no-cache" for my AJAX calls. Is this an issue with Fiddler or with AJAX itself? Does AJAX not have the other 2 flags in its header? Or is Fiddler intentionally ignoring them because they don't apply to AJAX calls?

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 09 Aug 2017, 10:19 AM
Hi,

Are you sure that setting applies to AJAX calls too? It does not sound like an issue with Fiddler, but rather configuration problem. Fiddler should not make any difference between AJAX and regular page, since they are both regular HTTP requests.

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Windows
Asked by
Rudy
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or