If the data is Url Encoded, is it secure enough to send login credentials over HTTP GET?
Not at all. URL encoded is easily reversible. You should encrypt the transport layer (i.e. use HTTPS)
No - URL encoding is meant to make sure all the characters you try to send with a GET request can actually arrive at the other end.
It is actually designed to be easily encoded and decoded to prepare data for transport, not for security.
URL encoding is not any kind of encryption, it just prepares the string to be sent through the network.
If your data is sensitive, GET should be completely out of question. Reasons for this?
URLEncoding is for encoding/transmission, not security.
Not at all secure.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With