Thank you for creating this great tool. I am having a problem with it though.
I have set it up and it starts to crawl the login page of the site. The login form posts the data to a different php page which then redirects the user to another page. The crawler just returns a 302 error on the redirect. What I am doing wrong? I have tried combinations of index.php and router.php.
Your setup looks ok, it's difficult to say why it is not working as expected without the real URL you are using.
Could you post it here? Otherwise i cant' t test it.
And by the way: A 302-code does not mean that an error occured, it's just the http-statuscode for a redirect, so that's fine.
But afterwards the crawler doen't follow the redirect?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for not replying sooner, I have been focusing on other projects. I will send you a message with the URL and username and password and more information.
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for creating this great tool. I am having a problem with it though.
I have set it up and it starts to crawl the login page of the site. The login form posts the data to a different php page which then redirects the user to another page. The crawler just returns a 302 error on the redirect. What I am doing wrong? I have tried combinations of index.php and router.php.
The form is below (https://www.example.com/index.php):
And the set up for the crawler is below (copied and changed from example.php):
Hi!
Your setup looks ok, it's difficult to say why it is not working as expected without the real URL you are using.
Could you post it here? Otherwise i cant' t test it.
And by the way: A 302-code does not mean that an error occured, it's just the http-statuscode for a redirect, so that's fine.
But afterwards the crawler doen't follow the redirect?
Hi
Sorry for not replying sooner, I have been focusing on other projects. I will send you a message with the URL and username and password and more information.
Thank you.
Hi,
just wanted to say that i got your mail and i will take a look at it soon (tomorrow or the next days).
Thanks!