ccoenraets / cors-proxy

Simple Node.js-based CORS Proxy
121 stars 156 forks source link

header name used in server.js is: 'Target-URL' #4

Open jhpoelen opened 8 years ago

sponnet commented 5 years ago

+1

xShteff commented 5 years ago

@ccoenraets 'ey there, figured I'd tag you in this ancient PR hoping something would happen :p

theredpea commented 1 year ago

+1 :) @ccoenraets Thank you for this proxy, this pull request could go further This pull request only updates README.md Could also update server.js res.send(500, { error: 'There is no Target-Endpoint header in the request' }); should be res.send(500, { error: 'There is no Target-URL header in the request' });