Start your All-Access Pass to unlock this challenge
Which of the following best shows the raw response that's sent back when we redirect a user from a page?
HTTP/1.1 302 Found Location: /thanks.php <h1>Thanks for adding a new toy!</h1>
HTTP/1.1 302 Found Location: /thanks.php
GET /new_toy.php Host: localhost:8000 <h1>Add a new toy</h1>
POST /new_toy.php Location: /new_toy.php