▲ | cathalc 7 days ago | |||||||
Yeah this made zero sense to me - I have never seen someone consider POST secure because it can't "be seen". Security through obscurity and all that... | ||||||||
▲ | doublerabbit 7 days ago | parent [-] | |||||||
Is there anyway to secure a POST request at the backend, without client side encryption? The server processing the POST is still receiving the information posted regardless if the client is HTTPS or not. Say, you're attempting login, the password is still received by the server and which you do with whatever when processing. What's not stopping someone from injecting a trace on that receiving function? In other-words, How would you secure the server processing the POST request information? | ||||||||
|