vercel / serve-handler

The foundation of `serve`

Home Page:https://npmjs.com/serve-handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

headers from piv card being sent to react application not transfering to fetch calls from application

djac6440 opened this issue · comments

how do we pick up headers and transfer then to all get and post requests
we starting the server with npx serve -s build -l 8006 --cors &
we proved the headers exist with a simple app.js but we can get them with the npx serve start type
the headers are be sent to the client react application