facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.56k stars 2.01k forks source link

SocketRocket/SocketRocket/SRWebSocket.m #518

Open jowasp opened 7 years ago

jowasp commented 7 years ago

The call to initWithURLRequest:protocols:() at SRWebSocket.m line 300 uses the HTTP GET instead of POST method to send data to the server.The identified call uses the HTTP GET instead of POST method to send data to the server.