Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

support POST responses for html #757

@jeffkaufman

Description

@jeffkaufman

Reported on the mailing list:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions