Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #1676
Closed
Open
Issue created Feb 28, 2017 by Administrator@rootContributor

set X-FORWARDED-* headers for proxied requests

Created by: johann-sonntagbauer

Description

The local dev server supports a proxy feature. Request will then be routed over a proxy middleware. The proxy middleware should be instructed to send X-FORWARD Header to proper support URL generation on the backend.

Detailed Information why this headers are important can be found here

Expected behavior

The proxy middleware sends the headers.

Actual behavior

No headers will be sent therefor REST Hateoas backend implementations have a hard time to generate links for the client.

Environment

  1. npm ls react-scripts (if you haven’t ejected): 0.9.2

  2. node -v: 7.2.0

  3. npm -v: 3.9.2

  4. Operating system: Windows 10 Version 1511

Assignee
Assign to
Time tracking