Getting original request url onopen #1442
Answered
by
ghost
azertyalex
asked this question in
Q&A
-
When a new websocket clients connect I pass url parameters in my request. I can't find a way to access the original request uri, is there a way I can? |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Mar 30, 2022
Replies: 2 comments
-
Look at example Upgrade. You get HTTP stuff in onupgrade |
Beta Was this translation helpful? Give feedback.
0 replies
-
Alright thanks :) I successfully moved my project from seasocks to uWebSockets now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look at example Upgrade. You get HTTP stuff in onupgrade