Hi,
I have a problem with HttpPost with https and rmnet.dll.
HttpGet with https works well.
HttpPost with http also.
But HttpPost with https gives always a 400 Bad Request.
It works also with the program Postman and I used the same address in my application.
Does HttpPost with https require more info in the header than the Authorization ?
Does anyone have a working example for this issue ?