Mc60 HTTP GET REQUEST

Hello all,
i am using mc60 module,i want to use web sockets so for handshaking from server i have send a GET request.
Is it possible to send a GET request like this after customizing request header (AT+QHTTPCFG=“requestheader”,1) ? :-

:“GET HTTP/1.1\r\nHost: echo.websocket.org:80\r\nUpgrade: websocket\r\nConnection: Upgrade\r\nSec-WebSocket-Version: 13\r\nSec-WebSocket-Key: Gsr/P3vIWH+j2U5Rmt0Bkw==\r\n\0”

Please tell the correct way of sending GET request with customized header.

Yes, after enable “requestheader”, you can use AT+QHTTPPOST= to send the preload with customized header as long as format of your header is correct.