Skip to content

Ensure inner URL = outer URL where possible #310

@twifkak

Description

@twifkak
curl -s -H 'Accept: application/signed-exchange;v=b3' -H 'AMP-Cache-Transform: any' \
  https://amppackageexample.com/inde%78.html

returns an SXG whose inner URL has had the %78 unescaped. This doesn't meet Google's cache requirements.

amppkg should try to ensure inner URL = outer URL as much as possible (i.e. where doing so doesn't contradict the SXG requirements for fallbackUrl or the recommendations to mitigate content sniffing).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions