Cannot allow automatic PUT redirections to my localhost?
"Robert Phillips" <[email protected]>
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
I am using Amaya 10.1 (Jul 9, 2008) on my Ubuntu 8.04 distribution. I have a problem with this use case. When I use Amaya to visit my local server at http://www.localhost.com:8000/polls/1/, this is a page that does an http redirect when I submit a form. When I submit the form, there is a three second delay, and then I see a "Confirm" box saying "Operation will be redirected. Continue?" I hit "Confirm" and Amaya shows the page I expect, but I want to permanently default my answer to yes and not be delayed by seeing and answering this box every time for this use case. I have used the Edit/Preferences/Publishing selection, and I have tried various types of entries in the entry field labeled "Allow automatic PUT redirections to these domains", and my current entry follows: localhost localhost:8000 127.0.0.1:8000 * 127.0.0.1 http://127.0.0.1 http://127.0.0.1:8000 www.localhost.com Despite my attempt to quell the confirmation box appearance, the box still always appears in my use case. Am I not including a proper entry here, or is this a bug? If it is a bug, Is there a workaround or some config file that I can change to not have to deal with this confirmation box for my use case? It is OK with me if this confirmation dialog NEVER appears, so if I can work around to make that happen, that would also be ok with me. Thanks for any advice on this. Robert