2025-06-11 8:25 AM - last edited on 2025-06-18 7:10 AM by Amel NASRI
Hi,
I am using stm32u585 controller in my project
I have downloaded https client code from the site https://github.com/eclipse-threadx/netxduo
and integrated the code with my project
Our requirement is to use https POST with payload and i have implemented the following steps(pseudo code), but we are failing at https request send api, any how, the security handshake is passed (step 3 given below)
Integration steps
1)Include nx_web_https_client.c
2)required header file for build error free
it is building error free
Steps for https client POST command with pay load of 4KB(as of now and later on it shall be extended to 8KB)
1)create client
2)attach response header call back
3)tls connect for initial authentication(this step is passed, monitored on wireshark)
4)https client request initialize
5)packet allocate
6)add content type
7)append data of 4KB
8)https request send
am i missing any steps?
please support us to resolve the issues as soon as possible
Thanks in advance
G.Vaikundam