Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 07-29-2010, 06:20 PM   #1 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 273
Default NSURLRequest and HTTPBody

anyone have any experience with this? as far as i can see, the HTTPBody isn't being recognized by the server at all. my code is:

Code:
NSString *urlString = @"http://server-dev.hq.comp.com/analytics/";
NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:urlString] 
                                                          cachePolicy:NSURLRequestReloadIgnoringLocalCacheData 
                                                       timeoutInterval:60.0]; 
[request setHTTPMethod:@"POST"]; 
//NSString *httpBody = [NSString stringWithFormat:@"saw.dll?Go&NQUser=%@&NQPassword=%@", username, password];
NSString *httpBody = [NSString stringWithFormat:@"fjakldfjakfja;dlkfja;dlkfjadkl;f"];
	
[request setHTTPBody:[httpBody dataUsingEncoding:NSUTF8StringEncoding]];

	
NSURLConnection *connection = [NSURLConnection connectionWithRequest:request delegate:self];
the response i get from this is the login page, so it obviously isn't seeing my username and password. when i send the junk string, no difference.

is there something i'm missing here?

and on the subject, how would you send something like a typical request form, like:

Code:
<input type="hidden" name="NQUser" value="mestel">
<input type="hidden" password="NQPassword" value="mypass">
mickm is offline   Reply With Quote
Old 07-30-2010, 08:31 AM   #2 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 31
Default

I would love to know the answer for sending a form.
George0107 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 262
20 members and 242 guests
ADY, Alsahir, beleg_1998, Dani77, e2applets, iph_s, JasonR, mer10, Monstertaco, piesia, prchn4christ, Promo Dispenser, Robiwan, Rudy, sly24, smithdale87, timle8n1, Touchmint, twerner
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,880
Threads: 89,228
Posts: 380,758
Top Poster: BrianSlick (7,129)
Welcome to our newest member, @sandris
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:23 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0