We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NProxy should add/change/remove some http response headers to make it uncached in the browsers, just like what Fiddler does.
For example,
Fiddler will replace such http response headers:
Cache-Control: public Expires: Sat, 21 Oct 2023 19:18:19 GMT
to
Cache-Control: max-age=0, must-revalidate
The text was updated successfully, but these errors were encountered:
这个还未实现么
Sorry, something went wrong.
No branches or pull requests
NProxy should add/change/remove some http response headers to make it uncached in the browsers, just like what Fiddler does.
For example,
Fiddler will replace such http response headers:
Cache-Control: public
Expires: Sat, 21 Oct 2023 19:18:19 GMT
to
Cache-Control: max-age=0, must-revalidate
The text was updated successfully, but these errors were encountered: