quickfix wrong server address

This commit is contained in:
oblomov 2023-05-20 09:59:46 +02:00
parent dd31464414
commit e24fe56679

View File

@ -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| &&