opauth / opauth

Multi-provider authentication framework for PHP
http://opauth.org
MIT License
1.65k stars 243 forks source link

Post form with web address brings bug #77

Open GuilleArg opened 10 years ago

GuilleArg commented 10 years ago

Hi, Greetings from Argentina :) The problem I am having is as follows: Implement master opauth on my website, but I have a problem with a form that users submit. They have a form field where they can paste an internet address where you want the form sent with this field it is not sent, the page is redirected to the index, as would have to redirect to another page. It is also strange that although redirect to index the web address does not change, still retaining the web address where the form is. Is there any way to cancel the data making $ _POST in a particular page? I searched the code but can not find solution. Sorry for my English

regards