0

Maybe this is mission impossible...but here we go:

I have a website aaa.com where clients fill in some web forms, then my app will generate some data...the next step is to send that data(i.e. by POST) to bbb.com...after that i should send the client to bbb.com. In bbb.com the client will finalize his job(i.e. submit generated data).

About bbb.com: they are using jsessionid(cookie).

I'm using GAE(google app engine, python).

How can i do that? I need some hints!

hmiguel
  • 343
  • 1
  • 4
  • 16
  • Sounds like you want a web service from the one site? –  Dec 07 '12 at 04:08
  • 1
    Have you tried `urllib2` to send post request? http://docs.python.org/2/library/urllib2.html I'm not sure if that can be used in appengine. – neuront Dec 07 '12 at 04:11
  • the ugly solution is post data to bbb.com and retrieve a jsessionid then the client can use that jsessionid(i.e with cookie manager). – hmiguel Dec 07 '12 at 04:20

0 Answers0