From e24fe566790905d497bbc787f7f9ad1dd39da9b3 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Sat, 20 May 2023 09:59:46 +0200 Subject: [PATCH] quickfix wrong server address --- src/z2ui5_cl_http_handler.clas.abap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/z2ui5_cl_http_handler.clas.abap b/src/z2ui5_cl_http_handler.clas.abap index a25cfa71..58cc2b1d 100644 --- a/src/z2ui5_cl_http_handler.clas.abap +++ b/src/z2ui5_cl_http_handler.clas.abap @@ -191,9 +191,9 @@ CLASS Z2UI5_CL_HTTP_HANDLER IMPLEMENTATION. ` sap.z2ui5.oView.destroy();` && |\n| && ` }` && |\n| && ` var xhr = new XMLHttpRequest();` && |\n| && - ` var url = "/sap/bc/http/sap/y2ui5_http_handler/";` && |\n| && - ` xhr.open("POST", url, true);` && |\n| && - ` // xhr.open("POST", window.location.pathname, true);` && |\n| && + ` // var url = "/sap/bc/http/sap/y2ui5_http_handler/";` && |\n| && + ` // xhr.open("POST", url, true);` && |\n| && + ` xhr.open("POST", window.location.pathname, true);` && |\n| && ` xhr.onload = function (that) {` && |\n| && |\n| && ` if (that.target.status !== 200) {` && |\n| &&