Welcome Guest, Not a member yet? Register   Sign In
callback post vars "disappearing"
#1

[eluser]jmadsen[/eluser]
man, I am stumped, and you probably won't be able to help, but perhaps if I talk it through here:


I am troubleshooting a custom cms someone else wrote; specifically, one of the payment gateways (HSBC - similar type library as PayPal or the like, but using Curl )


It has a callback function from the bank's site, returning a set of $_POST variables.

PROBLEM: The $_POST variable are not accessible from app's controller (I can see them returned by using httpFox)

I CAN:

1) return to a non-app .php page and print_r($_POST) (i.e., callback url is just another page on my server, outside of CI)

2) post a Form from within or outside the app to the suspect controller, and print_r($_POST) with no trouble (i.e., this controller/app CAN receive a normal post)

So, trying to read the $_POST results from the callback itself is what is failing.

Any ideas on what to check, or how to track this? It's obviously some setting somewhere, perhaps with Curl, but I'm at a loss

TIA,

jeff


Messages In This Thread
callback post vars "disappearing" - by El Forum - 10-05-2011, 08:06 PM
callback post vars "disappearing" - by El Forum - 05-12-2012, 08:47 AM
callback post vars "disappearing" - by El Forum - 05-12-2012, 11:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB