This is what making a correct request with postman looks like.Don't worry about the garbled code in the return, because it's encrypted data.When I tried to make an http request with postbytes, I didn't get the Postman-like garble I expected. It returns no content in the response body except for the status code 200. I tried to talk to the target server programmer, and he said he couldn't decrypt what I was sending. And the bit array I sent is absolutely fine. This is evident in postman. Because the file that postman sends is the bin file that I saved in my code. Now I suspect that the method in httpjob is being used incorrectly. I have tried to copy all the request headers from postman into the postbytes code of httpjob, and still no normal response garble. I was so lost,
View attachment 154345
View attachment 154346
View attachment 154347
My problem has been solved.
View attachment 154345
View attachment 154346
View attachment 154347
My problem has been solved.
Last edited: