From ddad76c241c3eedf72435a42bc3a5df88d00c216 Mon Sep 17 00:00:00 2001 From: Jorrit Poelen Date: Tue, 20 Oct 2015 15:29:51 -0700 Subject: [PATCH] header name used in server.js is: 'Target-URL' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 883b883..a7890f0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ When making an API call using JavaScript (using XMLHTTPRequest, $.ajax, etc): 1. Set the request method, query parameters, and body as usual -1. Set the actual service URL in a header named 'Target-Endpoint' +1. Set the actual service URL in a header named 'Target-URL' 1. Send the request as usual