Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8064097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:15:55+00:00 2026-06-05T11:15:55+00:00

When i use ASIHTTPRequest to POST to server URI, just response back null. URI:

  • 0

When i use ASIHTTPRequest to “POST” to server URI, just response back “null”.

URI: “http://www.solok.com:8080/solok_interface/api/web/“
parameter: NSDictionary with key “content”.

I try to use ASIHTTPRequest instead of ASIFormDataRequest, but there’s no “setPostValue” method.

Any help, thanks!

NSURL * url = [NSURL URLWithString:@"http://localhost:8080/solok_interface/api/web/"];
ASIFormDataRequest *req = [ASIFormDataRequest requestWithURL:url];
[req setRequestMethod:@"POST"];
[req setPostValue:cipherString forKey:@"content"];
[req start];

NSError *error1 = [req error];
if (!error1) {
    NSString *reponse = [req responseString];
    NSLog(@"Response string is %@",reponse);
}

[req setDelegate:self];
[req setCompletionBlock:^{
    NSLog(@"complete");
    NSString *responseString = [req responseString];
    NSLog(@"the string is %@",responseString);
    NSLog(@"The data is %@ %d",[req responseStatusMessage],[req responseStatusCode]);

}];
[req setFailedBlock:^{

    NSLog(@"@fail");
}];
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T11:15:57+00:00Added an answer on June 5, 2026 at 11:15 am

    I didn’t use ASIHTTPRequest anymore, the ASI team has stopped to support it. AFNetworking is the right choice for IOS developer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I plan to use ASIHttpRequest for downloading files from back-end server. Before actions, post
I am trying to save data into cache using ASIHTTP ( http://allseeing-i.com/ASIHTTPRequest/How-to-use#using_a_download_cache ). I
Before I dive into ASIHttpRequest's source code: From the documentation ( http://allseeing-i.com/ASIHTTPRequest/How-to-use ) of
I am using ASIHTTPRequest, and i have to make use of the POST method
I'm use ASIHTTPRequest Library I'm have String to check is http:// or https:// My
HEllo, I have just installed xcode 3.2.3 and SDK4. I need to use ASIHttpRequest
I use ASIHTTPRequest framework in my iPhone application to manage the HTTP communication. I
I am trying to use asiHttpRequest to handle HTTP Digest Authentication, I have two
I use ASIHTTPRequest to get something from a server Asynchronously, and in callback I
In an Objective-C method I use this NSURL *url = [NSURL URLWithString:@http://xxxxxx.com/test/test.php?id=3333&vote=1]; ASIHTTPRequest *request

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.