Response header not showing
问题 I am building a simple web app using ReactJS and create-react-app . I have a backend API set up on Heroku where I can make POST requests. Everything works fine, except: When I make a POST request using fetch API, the response is 100% correct but it only gives me 2 standard headers. I want to get my custom header. I have added expose header in my response and here's the plot twist: When I view the headers from Chrome Inspection Tool or Postman (API tool), it shows all the headers, including my