Dennis, A few things stuck out to me in your message.
1. your jsonresponse.php can read this info out of the caller context, why do you want to pass it in by hand too? (php can see the calling url, right?) 2. $location gives you full access to the URL, you can parse out the part you need, it is still in the rewritten part right? 3. your non-spa app can ask the server(php) to fill in the missing parts. this is the most robust option! Your php can even include this into your html, at the same time it's rewriting the url.. Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
