Forum Discussion
Users are not able to edit the web page on web server while traffic passes through the Load Balancer
Hi Kevin,
I was able to collect following code for the url: This is from the line 269 which is reported as a error on page when i click on the edit button.
function logIn() { location.replace('/irj/servlet/prt/portal/prtroot/com.btexx.pct.easyWCM.lightframework.logoffRedirect?firstRequest=false&login=true'); //location.replace("https://thatwasentme.co.uk/irj/portal/login"); }
function talktoServer(){
var req = newXMLHttpRequest();
//register the callback handler function
var callbackHandler = getReadyStateHandler(req, easyWCMauthor);
req.onreadystatechange = callbackHandler;
req.open("POST","https://thatwasentme.co.uk/irj/servlet/prt/portal/prtroot/com.btexx.pct.easyWCM.EditModeRegistrationComponent", true);
req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
//get the value from the text input element and send it to server
req.send
Source from Non Working Site:
function logIn() { location.replace('/irj/servlet/prt/portal/prtroot/com.btexx.pct.easyWCM.lightframework.logoffRedirect?firstRequest=false&login=true'); //location.replace("http://testthatwasentme.co.uk:80/irj/portal/login"); }
function talktoServer(){
var req = newXMLHttpRequest();
//register the callback handler function
var callbackHandler = getReadyStateHandler(req, easyWCMauthor);
req.onreadystatechange = callbackHandler;
req.open("POST", "http://testthatwasentme.co.uk:80/irj/servlet/prt/portal/prtroot/com.btexx.pct.easyWCM.EditModeRegistrationComponent", true);
req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
//get the value from the text input element and send it to server
req.send
I think this means that the somewhere in redirection from server listening on port 80 to the server on port 443, POST requests are not handled and are being dropped.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com