We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using Keil RTX5 using the MDK Middleware Network component TCP/IP and I am trying to implement the RESTful interface.
As an example Given a URL of : 13.58.41.12:8000/.../IDAccountInquiry the
IP4 is 13.58.41.12
Port = 8000
In netTCP_Connect(tcp_sock, &addr, 0); how do I add the URL_path /api/IDAccountInquiry to the address? Or do I??