server icon indicating copy to clipboard operation
server copied to clipboard

Enable cors headers or any other headers

Open TAUFEEQ1 opened this issue 4 years ago • 1 comments

How can a user set cors headers or any other headers?

TAUFEEQ1 avatar Nov 07 '20 01:11 TAUFEEQ1

Whatever local service/server is running on your computer needs to configure cors. Example: if you're running a nodejs + express server and creating a localtunnel to it, your express app needs to respond with the right cors headers (or use a cors npm package middleware)

TheBoroer avatar Nov 20 '20 18:11 TheBoroer