From db6a6577cb68c5a55ca5f94a0a1674b853ef41fe Mon Sep 17 00:00:00 2001 From: Prayas Kulshrestha Date: Wed, 16 Jun 2021 14:03:15 +0530 Subject: [PATCH] Update README.md Target-URL is the header value not Target-Endpoint --- 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