You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
I am using pagespeed with proxy_pass directive:
location ~* ^/path/ {
proxy_pass http://host;
proxy_cache off;
proxy_cache_valid 0;
pagespeed on;
}
Responses to GET requests are being transformed normally but responses for POST queries are totally ignored by Pagespeed.
WTF? Content-Type of response is text/html in both cases.
Testing on jefftk.com, I could reproduce this.
Next step is to run pagespeed locally and figure out where nginx processing of POSTs diverges from GETs.
Reported on the mailing list:
Testing on jefftk.com, I could reproduce this.
Next step is to run pagespeed locally and figure out where nginx processing of POSTs diverges from GETs.