arthurfiorette / axios-cache-interceptor

📬 Small and efficient cache interceptor for axios. Etag, Cache-Control, TTL, HTTP headers and more!

Home Page:https://axios-cache-interceptor.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage of deprecated header: Pragma

bhallionOhbibi opened this issue · comments

I'v been experimenting with this sweet library, and noticed the usage of the Pragma header.
While searching about it, I found out it is deprecated. I had to add it to my CORS allowed headers.
Perhaps you should consider removing it ?

Found on axios-cache-interceptor version "1.2.0"

Cheers

Pragma was added to ensure cross compatibility with older browsers. You can solve it the same way as #471.