Skip to content

Support for X-Forwarded-for in assets #46489

Closed
@pyatnitsev

Description

@pyatnitsev

Description

For now, if we configure symfony behind proxy like that:

trusted_headers: ['x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto', 'x-forwarded-port', 'x-forwarded-prefix']
trusted_proxies: '127.0.0.1,REMOTE_ADDR'

the router component starts generate routes based on x-forwarded-prefix header, but not asset component.

Asset component generates paths form root. It would be nice to get a option follow x-forwarded-prefix or semiliar one

Example

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions