I am using a CDN in between my server and client(browser) to cache my ajax requests.
Along with the usual headers, I am also setting the Access-Control-Max-Age header to cache the preflight request.(OPTIONS Request)
How do I remove the cached response from my Firefox Browser?
The normal Ctrl + Shift + Delete and clearing the cache is not clearing the cached response.
TIA