OAuth2: how to proxy request? #1022
Unanswered
anxxxxsoxxxxx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I want to proxy a client authorization request to the Twitter OAuth2 server, which still does not support CORS, and then send the response back to the client. I don't want to use nginx or similar solutions; instead, I plan to use uWS as an all-in-one solution, handling proxying, HTTP, WebSocket, and file serving functionalities (who else do so?).
Not the best example:
Beta Was this translation helpful? Give feedback.
All reactions