CallbackURL - how to read the output

Last post 09-10-2008 9:10 AM by ajay. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 04-10-2008 7:44 PM

    • mmania
    • Top 10 Contributor
    • Joined on 01-20-2008
    • Netherlands
    • Posts 91

    CallbackURL - how to read the output

    Sorry, I just realised I was having my Homer Simpson moment... my callback URL is behind a password protected directory... d'oh!

    so, forget about the below... 

    ciao Luca
     

    ===============================================================

     Hi,

    sorry for what might be a very basic question, but how can I read the variable out of the callbackURL? to be more precise, the callbackurl a gets a 401 error code. I have googled around but haven't found anything useful

    don't hesitate to throw an example or links :-) 

    thanks in advance

    ciao

    Luca
     

    Filed under: ,
  • 04-11-2008 4:30 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 612

    Re: CallbackURL - how to read the output

    It will come in as a GET parameter which you can read by doing a $variable = $_GET["Nvx.ResponseCode"] and just replace the value indexer with what you are need to read.

    Regards,
         Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 09-10-2008 9:10 AM In reply to

    • ajay
    • Top 50 Contributor
    • Joined on 09-09-2008
    • Posts 8

    Re: CallbackURL - how to read the output

    $_REQUEST['NVX_returnCode'] will work
Page 1 of 1 (3 items)