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

  • Home
  • SEARCH
  • 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 8648727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:22:51+00:00 2026-06-12T13:22:51+00:00

I am facing an issue in basic authentication ,for which I am not able

  • 0

I am facing an issue in basic authentication ,for which I am not able to understand the reason why this issue is there.
In basic authentication I am getting response code 200 i.e authentication successful,but sometime I am not getting response data properly in iOS application.
If I paste request url in browser(even in iPhone safari browser also), I am always getting the response.But why I am not always getting the response in iOS application.

I have gone through many other issues in google and stack overflow for example link1, but no luck.

My code is as below:

//in implemetation file
-(void)basicAuthentication{
    .
    .
    NSURL *url = [NSURL URLWithString:authenticationUrl]; 

        NSMutableString *loginString = (NSMutableString*)[@"" stringByAppendingFormat:@"%@:%@", @"username",@"password"];  

        NSString *authHeader = [@"Basic " stringByAppendingFormat:@"%@", loginString];

        NSMutableURLRequest *request = [[[NSMutableURLRequest alloc] init] autorelease];
        [request setCachePolicy:NSURLRequestReloadIgnoringLocalCacheData];
        [request setURL:url];
        [request setHTTPMethod:@"GET"]; 
        [request addValue:authHeader forHTTPHeaderField:@"Authorization"];

        NSURLConnection *theConnection = [[NSURLConnection alloc] initWithRequest:request delegate:self];
    myData = [[NSMutableData data] retain];

    }

    //Delegate method called when the connection receives data
    /*
     * Callback, called when ever there is more response data read
     */
    -(void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data
    {
        [myData appendData:data];
    }

    //in .h file
    @interface TestConnectionManager : NSObject <UIAlertViewDelegate,NSURLConnectionDelegate>{
        id <TestConnectionManagerDelegate>delegate;
        NSMutableData *myData;
    .
    .
    .
    }
  • 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-12T13:22:52+00:00Added an answer on June 12, 2026 at 1:22 pm

    I have faced near about similar issue and I got an temporary solution which I am going to suggest. But I am not sure that how much this will be helpful for your case.

    I have putted log messages of data received inside didReceiveData method. If you can’t put the received data you can take the log of data length.

    -(void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data
    {
        NSLog(@"data:%d",[data length]);
        [myData appendData:data];
        NSLog(@"myData:%d",[myData length]);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have implemented webservice which generates xml response. I am facing issue while invoking
May there is very simple solution but I am facing issue to solve this
facing the issue while debugging String.hashCode() line: not available i have refereed this ,
I am facing this issue whenever I am trying to run Play 1.2.1 in
I'm facing I guess a basic issue, but I can't find a better way
I have some confusion. Not really a bug or issue I am facing. I
I'm facing a pretty similar issue on which I already made a ticket but
I'm new in android development and am facing issue with my test code .
This is such a basic question in awk . But I am facing issues
I'm facing the following design issue: There will be several prepared SQL statements where

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.