한국어 English Chinese Russian
bannerbar

Q&A



Your information is protected by SSL.
No. 1591 Re: http post method 2018-09-27

Dear ehsan,

CSE-M53 module provides raw TCP connection.

HTTP (post, get ...) is application protocol that work on the top of TCP.
In a scenario that, your MCU connects to CSE-M53 module and make HTTP request to a remote server,
you need to:
1. create TCP connection between CSE-M53 modele and remote server
2. send HTTP request over the TCP connection according to the HTTP request format:. HTTP request format is described in in this link https://tools.ietf.org/html/rfc2616#page-35



> ehsan wrote:
> ------------------------------------
> Hi
> Good time
> How can i use Http post and get method in M53 module series?

Writer Sollae Systems Company