Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 2 months ago.
How to send (POST)a packet from client websocket to server ??
Hi ..,
I am using mbed websocketclient.cpp and i have a server..While connection with my_dummyserver(python webserver which is runing in my one more PC) its(client) always geting the data (with HTTP/1.1 200 OK)..thats fine but the real server which need to connect is need registration to connect so i need to send some registration packet(user id,partner id,mac id)..so how can i send...