-
Notifications
You must be signed in to change notification settings - Fork 2k
Async proxy #802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@kovacspeter Since node |
I do need to read data request body. I use bodyParser + restreamer + connect as shown in example here. I read body and based on that on that I will send request(on database), depending on answer I will proxy request. Can you give me hand here and advise me how to do it? Thanks. |
Its easy, you just need to restream it again. |
@kovacspeter i am in a similar situation can you please post working code , i didn't quite understood restreaming it again part . Any help would be greatly appreciated |
I need to do some requests(eg. authorization) before proxying. Is there some api support as was before ?
#168
proxy.buffer(req)
Thanks.
The text was updated successfully, but these errors were encountered: