That I can use in a page to handle external callback (from payment provider for example).
The payment provider cannot callback my localhost so I give him a callback url with the default rspec host '
example.com' and then catch and redirect the call to my localhost.
The code works very well but I have to trigger it directly in my test where it happens.
I was wondering if there was a way to generalize it (so this bloc is executed
everytime the url is changing in the navigor )I couldn't find anything in the doc nor in this google group.
Thanks in advance if you have an idea