Pages

Sunday, April 7, 2013

xcode send post parameters with URL

Hello Developers

 

 

How are you?

 

I am a new developer at all and only 2 weeks working with Objective-c. I came from VoIP PBX World, knows little bit php, shell

 

So my question is:

 

I am working right now on Bill application for mobile operator

To send parameters in a blind mode by xcode

I installed POSTER Plugin to my Firefox that can emulate login with 2 parameters (login and password) to this web site and

return me a content from my account there.

 

So I don't know which instrument in XCODE can do the same as POSTER PLUGIN.

 

I have a link where I send parameters

"https://www.golantelecom.co.il/rpc/web.account.rpc.php?action=login&p_action="

 

and parameters I sent

 

Content-type: application/x-www-form-urlencoded

 

username=123456&password=PASSWORD

 

I can't send it from my browser like a get request in this case

https://www.golantelecom.co.il/rpc/web.account.rpc.php?action=login&p_action=use rname=123456&password=PASSWORD it's not working

 

How I can emulate this same from Xcode?

 

Very appreciate for your help


View the original article here

0 comments:

Post a Comment