Hi,
I have tried from application A send parameter which this page:
<html>
<head>
<title>Merchant xPay</title>
<script type="text/javascript" language="javascript">
function redirect() {
document.returnform.submit();
}
</script>
</head>
<body onLoad="javascript:redirect()">
<form name="returnform" action="http://127.0.0.1:9001/#/auth" method="POST">
<input type="hidden" name="xpayTid" value="<%= request.getParameter(
"xpayTid") %>">
<input type="hidden" name="tid" value="<%= request.getParameter("tid") %>">
<input type="hidden" name="phN" value="<%= request.getParameter("phN") %>">
<input type="hidden" name="amt" value="<%= request.getParameter("amt") %>">
<noscript>
<center>
Please click the submit button below.<br> <input type="submit"
name="submit" value="Submit">
</center>
</noscript>
</form>
</body>
</html>
But I have got this error in browser :
Cannot POST /
Is it posible to send date like this? Is there any other way maybe?
Thanks for any idea.
Zlaja
On Thu, Sep 11, 2014 at 6:08 PM, Sander Elias <[email protected]> wrote:
> HI Zlatko,
>
> Yes you can, see my first post in this thread! :)
>
> Regards
> Sander
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "AngularJS" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/angular/vEcy_CZlvmQ/unsubscribe.
> To unsubscribe from this group and all its topics, 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.