Skip to content
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

Is there any security concerns because of query string in request URI #2499

Open
dsr41918 opened this issue Dec 13, 2023 · 0 comments
Open
Assignees

Comments

@dsr41918
Copy link

I am using Atmosphere framework for web socket communication in my application. The generated web socket URLs contains X-Atmosphere-tracking-id, X-Atmosphere-Framework, X-Atmosphere-Transport, X-atmo-protocol etc. parameters as query string like mentioned below

wss://localhost:8080/chat?X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=3.0.0-javascript&X-Atmosphere-Transport=websocket&X-Heartbeat-Server=65&Content-Type=application/json&X-atmo-protocol=true&uuId=cc610c86-37a2-75b4-fbfc-36a9cb8220cb&spring-security-redirect=%2Fchat%2Findex&Accept-Language=en

Is there any security issues can exists because of exposing X-Atmosphere-tracking-id, X-Atmosphere-Framework, X-Atmosphere-Transport, X-atmo-protocol etc. parameters as query string in URLs?

By using the brower devtools, we are able to see the complete URL with query string as shown below
devtool

Atmosphere Info

  • atmosphere-runtime:2.6.0
  • atmosphere.min.js version 3.0.0-javascript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants