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

0 points
over 10 years

REST Constraints & Requirements error

HTTP is a protocol that connects clients and ______. Unless I’m mistaken the answer to this is ‘server’ but the system is giving me an error. Not sure if this is a bug or something. Please correct me if I’m wrong about this.

Answer 522758dcf10c60b144002628

2 votes

Permalink

Turns out the answer is “servers.” I might have been tired last night when I tried this but its working today. I had the wrong answer for the third question and may have mistaken that for an error on question one.

points
over 10 years

1 comments

Ugyen Dhendup Dorji almost 10 years

// What data format is shown below? Set answer // equal to ‘XML’ for XML and ‘JSON’ for JSON.

// { // “Cartoon Foxes”: { // { // “Name”: “Fox Tall”, // “Job”: “Bein’ tall” // }, // { // “Name”: “Fox Small”, // “Job”: “Bein’ small” // } // } // }

var answer = “JSON”;