Skip to content
New issue

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

feat(dev): add x-forwarded headers #247

Merged
merged 3 commits into from
Jun 12, 2022
Merged

Commits on May 17, 2022

  1. Adding x-headers to proxy request

    This is very important since every reverse proxy should provide a way sending client ip, port, ip family.
    It caused issue in nuxt3 which uses nitro because it is not possible to get client info in development mode
    abdullrahman02000 authored May 17, 2022
    Configuration menu
    Copy the full SHA
    377f8c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    ffbd7bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe761d View commit details
    Browse the repository at this point in the history