Which HTTP method appends form-data into the URL in name/value pairs?
- GET
- POST
- PUT
- DELETE
The GET method appends form data into the URL as name/value pairs. This makes the data visible in the URL, which is suitable for non-sensitive information.
Loading...
Related Quiz
- In the context of web security, what is the primary purpose of Content Security Policy (CSP)?
- What are some common use cases for FTP functions in PHP?
- Which of the following are ways to include a file in PHP?
- You need to sort an associative array in your PHP script based on its keys, in descending order. How would you do this?
- How can you prevent session fixation attacks in PHP?