Jump to content
UBot Underground

[HELP] http post Too many automatic redirections were attempted


Recommended Posts

Hi everyone,

I need help from you..

 

What this means:

http post Too many automatic redirections were attempted

 

Case:

I use http post plugin to login in my wordpress site

But failed with notice: Too many automatic redirections were attempted

 

That's all

 

thanks so much fow answer

Link to post
Share on other sites

Hello, it means that the command or function you are using is not allowing this much redirects.

Very likely there is an inbuilt or pre-configured limit, to follow redirects only for e.g. 3 hops maximum.

If the occurring redirects are above such a defined limit, it will return the error message you mentioned.

You can try to configure it otherwise to allow more redirects or "hops" maximum, investigate on the redirections (maybe indefinite redirect loop?), optionally try to send the request to the last URL at the end of redirection chain and, if nothing helps, consider using another command or plugin to do the requests.

Hope this helps you further.

Link to post
Share on other sites

hi thanks for reply

I already insert "max redirect" command to increase number

result I don't received:  Too many automatic redirections were attempted again

but login is failed

BTW thanks for reply I try to contacting Aymen as the dev but nothing reply since couple weeks ago 

Link to post
Share on other sites

I see. If you already increased the limit, it may be a "indefinite" redirect loop.

If it is a indefinite loop, no limit will do.

This would be an error on the website or web application you are sending the request to.

If it is not an indefinite loop, contacting dev may be the way to go :)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...