The way I understood the ask was A makes a POST request to A which responds with a redirect to B. If that's the case B can get at the posted params if they are included in URL. ie, params in the body are included in the redirect URL.
Did I understand correctly? Raul Sent from my iPhone > On Sep 11, 2014, at 4:04 AM, Sander Elias <[email protected]> wrote: > > > Hi Zlatko, > > Yes it is possible, There are several way's to achieve this. > > https://docs.angularjs.org/api/ng/service/$location > https://docs.angularjs.org/api/ngRoute > > 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. -- 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.
