Hello,
I am trying to integrate a payment system to my android app . Normally the system is made for web where you send variables to a php file with form but it is a responsable page so it can be used for mobile also. If the sent variables are correct a webpage is loaded at the payment company's secure website where you enter payment info. I send the necessary variables, with httpjob , variables are being acceptedand as response i get a html code which normally is the code for the new opening page at the company's secure payment url.
Anyways, When i get the html code as response I show it with a webview but the problem is returned html code consists a part that :
but of course /order/pay.php is not present on my mobile it is present on remote. I get an error like this on my phone:
What am i doing wrong here ?
Thanks
I am trying to integrate a payment system to my android app . Normally the system is made for web where you send variables to a php file with form but it is a responsable page so it can be used for mobile also. If the sent variables are correct a webpage is loaded at the payment company's secure website where you enter payment info. I send the necessary variables, with httpjob , variables are being acceptedand as response i get a html code which normally is the code for the new opening page at the company's secure payment url.
Anyways, When i get the html code as response I show it with a webview but the problem is returned html code consists a part that :
B4X:
<script language="JavaScript">
location.href="\/order\/pay.php?PRODS=37988583&QTY=1&REF=&LANG=tr&CART_ID=3106c3730bf6795b8908ecf8c7d52836&action=save_order";
</script>
but of course /order/pay.php is not present on my mobile it is present on remote. I get an error like this on my phone:

What am i doing wrong here ?
Thanks