Hi
We tried creating AJAX based test kit, It will prompt for a URL to be tested. It will analyse all the links in the URL and trigger ajax calls to each and every link in the page and it will check the status of the links and update the same. This worked fine with absolute urls, but if there are relative urls in the page its not able to properly construct the url since it does not know the context path
Is there any way by which we could find out the ContextPath of the XmlHTTPRequest
We tried creating AJAX based test kit, It will prompt for a URL to be tested. It will analyse all the links in the URL and trigger ajax calls to each and every link in the page and it will check the status of the links and update the same. This worked fine with absolute urls, but if there are relative urls in the page its not able to properly construct the url since it does not know the context path
Is there any way by which we could find out the ContextPath of the XmlHTTPRequest
Comment