I have an ipn-listener class installed and working but I need some advice on how to access my Local Virtualhost address for the IPN Url setting in my Sandbox Account.
I am running numerous Virtualhosts on 127.0.0.1:80
on my Dev Setup. Their Servernames are like ‘one.localhost’, ‘two.localhost’. Therefore they are accessed on my own computer by addresses like http://one.localhost/ipn-listener.php
.
When I try to use ‘http://one.localhost/ipn-listener.php’ in my settings I get a ‘Not properly formatted url’ warning. If I use http://127.0.0.1/ipn-listener.php
it allows me, but of course that’s not my true uri to the Internet. How should I deal with this?