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

formData is not supported

Open Xotabu4 opened this issue 6 years ago • 1 comments

GitLab accepts formData, i am looking for sending it from webpage. But this lib only accepts jsons

Xotabu4 avatar Dec 14 '18 20:12 Xotabu4

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

sandeep-cs-dev avatar Dec 11 '19 14:12 sandeep-cs-dev