cors-proxy icon indicating copy to clipboard operation
cors-proxy copied to clipboard

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

Open jhpoelen opened this issue 9 years ago • 3 comments

jhpoelen avatar Oct 20 '15 22:10 jhpoelen

+1

sponnet avatar Oct 27 '18 16:10 sponnet

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

xShteff avatar Sep 25 '19 06:09 xShteff

+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' });

theredpea avatar Dec 17 '22 22:12 theredpea