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 4338874
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T11:08:26+00:00 2026-05-21T11:08:26+00:00

I know this has been asked before but I have looked at every answer

  • 0

I know this has been asked before but I have looked at every answer (there aren’t many) and none help me.

The issue I am running into is dealing with certificates with my schools e-mail service. The links for the two e-mail services are here:

Main school e-mail:
https://marauder.millersville.edu/mail/index.pl

Computer Science e-mail:
https://cs.millersville.edu/cswebmail

University student portal (Marauder Mail button on the right doesn’t open when clicked in my UIWebView)
http://myville.millersville.edu/

At first neither of the websites would load in my UIWebView using a standard NSURL and NSURLRequest. I looked
on the web for a solution and someone suggested using the NSURLProtocolClient delegate methods. After
implementing them, my UIWebView will now load the schools mail e-mail ONLY when I have a button that when
clicked opens the link directly, as opposed to trying to access the mail from the portal site (3rd link above), and it
still never loads the computer science e-mail link. I have scoured the iOS help sites, posted questions, tried
multiple open-source custom UIWebViews, but I have not found anything that works.

Most answers I have read around the web point to ASIHTTPRequest. I have tried this but I cannot implement it right, it doesn’t load the links in my UIWebView; here is my code for how I am loading a link:

mURL = [self getURL:viewNumber];
ASIHTTPRequest *req = [ASIHTTPRequest requestWithURL:mURL];
[req setDelegate:self];
[req startSynchronous];

//NSURLRequest *req = [NSURLRequest requestWithURL:mURL];
//urlConnection=[[NSURLConnection alloc] initWithRequest:req delegate:self];
webView.scalesPageToFit = YES;
//[webView loadRequest:req];

Code in comments is how I load a link without ASIHTTPRequest.

Any help is appreciated!

Also, I have another issue with my UIWebView, link is below. I haven’t had any answers so if you’re bored please check it out:
UIWebView doesn't detect text box on website

  • 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-05-21T11:08:26+00:00Added an answer on May 21, 2026 at 11:08 am

    Fixed my issue, I was able to load https with no problem with the following code I didn’t think this would work but it does!:

    NSURLRequest *req = [NSURLRequest requestWithURL:mURL];
    urlConnection=[[NSURLConnection alloc] initWithRequest:req delegate:self];
    webView.scalesPageToFit = YES;
    [webView loadRequest:req];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this has been asked before but there is really not a clear
I know this has been asked 100 times before but every bit of code
I know this has been asked before, but nothing is working. I have signed
I know this question has been asked before but I have a design question
I know this has been asked before in several ways but none of the
I know this has been asked many times before... I have a simple ('#Div').load(file.php?id='+id+'&page='+page)
I know this question has been asked before, but I ran into a problem.
I know this specific question has been asked before , but I am not
I know this question has been asked a bit before. But looking around I
I know this has been asked before but im curious to see if things

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.