Re: Call back URL
Re: Call back URL
- Subject: Re: Call back URL
- From: Paul Lynch <email@hidden>
- Date: Tue, 19 Jun 2007 22:27:57 +0100
On 19 Jun 2007, at 21:23, Chuck Hill wrote:
On Jun 19, 2007, at 1:02 PM, Paul Lynch wrote:
Dear list,
Thanks to Maestro and 3-D Secure, I need to implement a call back
URL to one of my WO apps. I submit a form to some random URL that
the merchant services provider gives me, including as one of the
parameters a URL to which they will return after some time spent
on their web site.
I would ideally like to give a URL that will call an action in the
dispatching component, but I'm having some problems getting that
to work (using componentActionURL, I get backtracking exceeded
errors).
What is the URL? Does it include the WOSID? As long as the call
back comes relatively soon, you should not be getting that error if
it can find the session. If you are using cookies for the session
and instance #, you will need to add those values to the URL.
It's a standard WO URL with a sessionid in it; no tricks hiding the
sid. I'll just do a run to get an example:
http://Resolution.local:61827/cgi-bin/WebObjects/SecPayTest.woa/wo/
5vEn4Wwq6N6hAnTxgdr8Kg/1.1.2
Running in direct connect mode with _generateCompleteURLs. The
session id is correct, and it hits the backtracked too far error.
The url is generated with context().componentActionURL() in the caller.
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden