Which protocol is commonly used for secure payment transactions over the internet?
- FTP
- HTTP
- HTTPS
- SMTP
HTTPS (Hypertext Transfer Protocol Secure) is the protocol commonly used for secure payment transactions over the internet. It ensures that data exchanged between the user's browser and the server is encrypted, providing a secure communication channel for sensitive information like credit card details.
Loading...
Related Quiz
- What is the significance of 'HTTP Strict Transport Security' (HSTS) in CodeIgniter?
- In a scenario where database queries are not executing as expected, a useful CodeIgniter tool for debugging is ______.
- How does CodeIgniter handle RESTful API authentication?
- How can you get the last executed query as a string in CodeIgniter's Query Builder?
- The function ________ in CodeIgniter is used to reverse all database actions since the last commit.