cors-proxy
cors-proxy copied to clipboard
header name used in server.js is: 'Target-URL'
+1
@ccoenraets 'ey there, figured I'd tag you in this ancient PR hoping something would happen :p
+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' });