05.08.2019, 11:10
(05.08.2019, 10:37)admin Wrote: Do you get HTTP 401 error or something else? Some web servers require a specific header and/or header value to work. You can try running a local web server together with Wireshark to check the difference between LM and Postman requests.
Code:
* string: <html>
<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<center>The plain HTTP request was sent to HTTPS port</center>
</body>
</html>