Il giorno lunedì 8 dicembre 2014 16:44:34 UTC+1, Paolo Pantaleo ha scritto:
>
> Hello everybody,
>
> I am using angular 1.2
>
> I have configured
>
>      $locationProvider.hashPrefix('!');
>      $locationProvider.html5Mode(false);
>
> When using IE8 and IE9 I got two requests:
>
>  1. POST /base/action
>  2. GET /base/#!/action
>
> So parameters from the first post are tragically lost...
>
> The simple solution is just to send POST /base/#!/action on ie8 and 9 (so 
> there is no redirection), but since this is partially out of our control, I 
> was wondering if there is a solution to send a POST for the request 2., 
> even if some server side processing (for example to expose in JS POST data) 
> is needed.
>
> Thanks
> Paolo
>

Some more details on the scenario. I am talking about the first request we 
get to our site. The POST request is coming from another application (that 
is code we do not control), using "classical" form submit method.  The 
request is done by a third party, and it must be done using POST. As a 
result the user should see the first page of our angular application. I am 
not talking about a request made with $http, and this is not a call to an 
API. The expected result is an HTML page. 

-- 
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.

Reply via email to