Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. curl --include \
  2. > --no-buffer \
  3. > --header "Connection: Upgrade" \
  4. > --header "Upgrade: websocket" \
  5. > --header "Host: localhost:4203" \
  6. > --header "Origin: http://localhost:4203" \
  7. > --header "Sec-WebSocket-Key: SGVsbG8sIHdvcmxkIQ==" \
  8. > --header "Sec-WebSocket-Version: 13" \
  9. > --user "#xx:xxxxxx"\
  10. > http://localhost:4203
  11. HTTP/1.1 400 Bad Request
  12. Content-type: text/plain
  13. Date: Sun Dec 15 03:40:48 2019
  14. Exec: Error - Empty String
  15. Return: <NULL>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement