This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by galakti0n
over 10 years

My answers is: 1."servers" 2. "PUT" 3. "400" It's not working. Why?

!Oops, try again! Make sure that you provide all your answers as strings in quotation marks

Answer 51f091bf282ae313d3001a7a

7 votes

Permalink

Use unicode answer1= u”servers”; answer2= u”PUT” and answer3 = u”500” you will pass it :)

points
Submitted by Chien Dang
over 10 years

3 comments

galakti0n over 10 years

thanks, I pass it :)

Jacques Le Lezard over 10 years

Waaaa thanks! (I didn’t thought about unicode!)

Chien Dang over 10 years

Ok :)

Answer 51ed7f86631fe9536e001572

5 votes

Permalink

The last answer is 500, 400 is when the file is unavailable or page not found. But even this gives the same error.

points
Submitted by Vineet Chawla
over 10 years

Answer 55ffd8e59113cb48fe00042a

0 votes

Permalink

# 1. HTTP is a protocol that connects clients and ______.
answer1 = "servers"

# 2. The four HTTP methods are GET, POST, ___, and DELETE.
answer2 = "PUT"

# 3. A ___ error means the server goofed up. (200, 300, 400, or 500)
answer3 = "500"
points
Submitted by bhartirawatbr
over 8 years