panther icon indicating copy to clipboard operation
panther copied to clipboard

Access opened php webserver of panther

Open MHC03 opened this issue 4 years ago • 0 comments

Hello everyone,

first off, I wanted to thank you very much for implementing such a great testing and crawling tool!

My main problem is that I would like to have access to the webserver opened through panther. My main idea is to run the tests on an external server and watch the browser through forwarding the webserver port from the server to my local machine via ssh. Via localhost:PORT I want to watch the test procedure. Is this possible? Currently when trying to access the webserver I get following error: The requested resource / was not found on this server.. If this is not possible, how would I best approach watching the crawler tests running on my external server in headless mode?

Another question: When crawling an external webpage, is it possible for panther to wait for the user to authenticate for the webpage access if that webpage requires .htaccess authentication?

Thank you very much!

MHC03 avatar Mar 11 '21 11:03 MHC03