From b3b0b7021a26525d30df7c307279731f70dfc516 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Wed, 16 Nov 2022 20:49:02 -0700 Subject: [PATCH] improve essay --- www/essays/how-did-rest-come-to-mean-the-opposite-of-rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/essays/how-did-rest-come-to-mean-the-opposite-of-rest.md b/www/essays/how-did-rest-come-to-mean-the-opposite-of-rest.md index a5ede463..7da8ee6c 100644 --- a/www/essays/how-did-rest-come-to-mean-the-opposite-of-rest.md +++ b/www/essays/how-did-rest-come-to-mean-the-opposite-of-rest.md @@ -210,7 +210,7 @@ JavaScript and XML. Note well the XML here. AJAX, as everyone now knows, allow to the server in the background and process the response directly in JavaScript, opening up a whole new world of programming for the web. -The question was: what should those requests look like. They were obviously going to be XML. Look, it's right there +The question was: what should those requests look like? They were obviously going to be XML. Look, it's right there in the name. And this new SOAP/XML-RPC standard was out, maybe that was the right thing? ### Maybe REST can work for Web Services?