Re: looking for help with http post example

2008-07-20 Thread Jens Alfke
On 20 Jul '08, at 11:53 AM, Richard Nichols wrote: As a little additional information, I'm trying to talk to a php script that has an API similar to Twitter. So I need to have user password and UTF8 text. Does the website support HTTP authentication? That's the preferred way to interact w

Re: looking for help with http post example

2008-07-20 Thread Richard Nichols
Thank you for the link, I'm missing something, how do I get the user and password information inserted? As a little additional information, I'm trying to talk to a php script that has an API similar to Twitter. So I need to have user password and UTF8 text. It should be simple but I've b

Re: looking for help with http post example

2008-07-20 Thread Jean-Daniel Dupas
Le 20 juil. 08 à 19:55, Richard Nichols a écrit : Hi I'm looking for a simple example that will show me how to do an http POST with user and password in cocoa. All I want to do is send some text to a php script but it expects the see the user and password and I'm not sure what classes to

looking for help with http post example

2008-07-20 Thread Richard Nichols
Hi I'm looking for a simple example that will show me how to do an http POST with user and password in cocoa. All I want to do is send some text to a php script but it expects the see the user and password and I'm not sure what classes to use and how to set them up. I've looked at a num