문제

when I send a HTTP-Request (eg. mysite.com/deleteuser/32) anybody can manipulate him with Wireshark or other tools. Can I protect the HTTP-Requst with Visual Basic 2013?

도움이 되었습니까?

해결책

If the server is not yours, then you are limited with what the server supports. I.e. if it doesn't support HTTPS, then you are out of luck. If the server supports HTTPS (which is easy to check simply by replacing http:// with https:// in the URL), then you can go with HTTPS.

Now, if the server is yours, possibilities are wider. You can just stick with HTTPS or sign and encrypt your requests. The latter part is too broad for one answer.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top