A problem with http request to a webobjects site

2012-04-18 Thread User
Hi! There's a site on WebObjects with a registration and authorization. I write a code that will register automatically on that site(a code on another server, on my site). I want to realize this with a HTTP POST request (PHP). On that WO-site everything is simple: - Main page with an authorizat

Re: A problem with http request to a webobjects site

2012-04-19 Thread Jérémy DE ROYER [INGENCYS]
Do you use WODirectAction ? If not, it might be a study point. Jérémy Le 19 avr. 2012 à 08:49, User a écrit : > Hi! There's a site on WebObjects with a registration and authorization. I > write a code that will register automatically on that site(a code on another > server, on my site). I want

Re: A problem with http request to a webobjects site

2012-04-20 Thread User
My application is written not in WebObjects. I use php framework CodeIgniter.. How can I use WODirectAction? 19.04.2012 13:19, "Jérémy DE ROYER [INGENCYS]" написал: Do you use WODirectAction ? If not, it might be a study point. Jérémy Le 19 avr. 2012 à 08:49, User a écrit : Hi! There's a site

Re: A problem with http request to a webobjects site

2012-04-20 Thread Johann Werner
Hi Jérémy, is that WO application an external site or do you have access to it (meaning logfiles, code, …)? If you are getting the backtrack error then I would suppose that you are getting an old session instead of a new one. Apparently your access submits something that makes WO think you are

Re: A problem with http request to a webobjects site

2012-04-24 Thread User
That WO application is external site and I have no access to it. I've analyzed HTTP requests and responses of my browser and external server with Firefox Add-on - Tamper Data. My browser always sends only one set of cookies(with the same values) wosid, woinst and JSESSIONID. And external server

Re: A problem with http request to a webobjects site

2012-04-24 Thread Pascal Robert
Le 2012-04-22 à 07:01, User a écrit : > That WO application is external site and I have no access to it. > I've analyzed HTTP requests and responses of my browser and external server > with Firefox Add-on - Tamper Data. > My browser always sends only one set of cookies(with the same values) wosi

Re: A problem with http request to a webobjects site

2012-04-26 Thread User
Thank you all! I got it! I'll describe with pleasure the solution of this problem on request. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

Re: A problem with http request to a webobjects site

2012-04-26 Thread Paul D Yu
Why don't you update the WOCommunity site with a write up? Sent from my iPad On Apr 26, 2012, at 5:12 AM, User wrote: > Thank you all! I got it! > I'll describe with pleasure the solution of this problem on request. > ___ > Do not post admin requests