Added JWT handling to a1pms
[nonrtric.git] / test / http-https-proxy / http_proxy.js
index 0bab052..e90dfca 100644 (file)
@@ -77,7 +77,7 @@ function httpclientrequest(clientrequest, clientresponse) {
   if (crproto != undefined) {
     crurl=crproto+"://"+crhost+crurl
     if (debug) {
-      console.log(" Constructed ulr: "+crurl)
+      console.log(" Constructed url: "+crurl)
     }
   } else if (crurl.startsWith('/')) {
     console.log("Catched bad url in http request: "+crurl)