I wrote software, I only got bugs. Soft - brut. Began to look through requests through a sniffer and with requests it gives an error " 400 The plain HTTP request what was sent to HTTPS port " what to do?

    1 answer 1

    This means that the port to which you send an HTTP request works over HTTPS. Modify the request to work on https or do not write brutes, because it is not good =)


    Either you need to communicate with this port correctly (in a special way), or you make a wrong request.