cors-proxy
cors-proxy copied to clipboard
formData is not supported
GitLab accepts formData, i am looking for sending it from webpage. But this lib only accepts jsons
I think piping a request would do like this : req.pipe(request('http://mysite.com/path')).pipe(resp)
My point is after preflight request cant we just pipe a request. @ccoenraets if you think that will work I can change the code in my branch and make a pull request