-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
Security issue when testing using websocket.org #23
Comments
Nvm, I succeeded using ws://localhost:9000/ws |
octonato
pushed a commit
to octonato/play-samples
that referenced
this issue
Dec 4, 2019
….6.x * play-scala-log4j2-example/2.6.x: (36 commits) Nest play-scala-log4j2-example Updated with template-control on 2019-02-13T20:25:39.787Z (playframework#39) Upgrade branch 2.6.x using TemplateControl (playframework#37) Updated with template-control on 2019-01-17T15:10:57.918Z /.mergify.yml: wrote /.mergify.yml Updated with template-control on 2019-01-16T12:08:45.730Z /LICENSE: wrote /LICENSE /NOTICE: wrote /NOTICE /.mergify.yml: wrote /.mergify.yml **build.gradle: playTest "org.scalatestplus.play:scalatestplus-play_$scalaVersion:3.1.2" Updated with template-control on 2019-01-08T14:44:41.516Z (playframework#33) Updated with template-control on 2019-01-04T17:13:24.081Z (playframework#28) Remove JDK 9 & 10 Updated with template-control on 2018-11-29T15:50:43.150Z /.mergify.yml: wrote /.mergify.yml Updated with template-control on 2018-10-08T19:11:41.210Z **/plugins.sbt: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20") **build.gradle: def playVersion = "2.6.20" Updated with template-control on 2018-09-11T20:14:50.549Z (playframework#23) set log4j2.xml as javaOptions (playframework#20) Updated with template-control on 2018-08-20T20:37:13.971Z (playframework#22) Updated with template-control on 2018-07-19T01:58:55.708Z (playframework#19) Updated with template-control on 2018-07-16T18:38:45.739Z (playframework#18) Upgrade branch 2.6.x using TemplateControl (playframework#17) Updated with template-control on 2018-05-27T23:54:08.860Z (playframework#16) Updated with template-control on 2018-04-06T19:34:58.294Z (playframework#14) Updated with template-control on 2018-03-02T18:56:28.624Z (playframework#13) Upgrade branch 2.6.x using TemplateControl (playframework#12) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am trying to test the websocket using https://www.websocket.org/echo.html with ws://localhost:9000(as instructed in https://www.playframework.com/documentation/2.7.x/JavaWebSockets. The following problem occurred, and the websocket is disconnected. Is this a security problem due to firewall? Thanks in advance.
The text was updated successfully, but these errors were encountered: