我知道有很多与此类似的问题,但是没有人帮助过我。
我必须使用C
编写一个socket
程序,并且没有外部库,该程序向Web服务器发送HTTP POST请求并管理其JSON答案。
URL是这样的:
meswebapptest.hermanmiller.com/mes/rest/r2Label/print/userId/company/unitId/prodOrder/printer
即
meswebapptest.hermanmiller.com/mes/rest/r2Label/print/Biesse/105/1B6D0X ----- 11225105/112251 / Q0161B8
所以我的问题是:字符串应如何格式化以匹配该URL?
感谢您的咨询。