I know there are lot of questions similar to this, but no one helped me.
I have to make a C
program, using socket
and no external lib, that sends an HTTP POST request to a web server and manage its JSON answer.
The URL is like this:
meswebapptest.hermanmiller.com/mes/rest/r2Label/print/userId/company/unitId/prodOrder/printer
i.e.
meswebapptest.hermanmiller.com/mes/rest/r2Label/print/Biesse/105/1B6D0X-----11225105/112251/Q0161B8
So my question is: How the string should be formatted to match that URL?
Thanks in advice.