Safari 5.1 HTML5 HTTP basic access authentication issue video does not load

I have a .m4v video referenced in a page with the HTML5 video tag in a folder which is in a password protected folder housed on iPage.
Safari 5.0.5 plays the video fine.  Safari 5.1 fails to load/play the video in the protected folder.  If I move the video to a not protected folder, Safari 5.1 plays it fine.
This is on iPage.  Back on MobileMe all is fine with 5.1.
I think this is a HTTP basic access authentication issue with 5.1.
Anyone have similar issue? Work around?

Yes, I can also confirm this behaviour. This is in Safari 5.1.1, but I also see the exact same thing in WebKit nightlies.

Similar Messages

  • Basic access authentication

    Hello,
    I'm trying to use a webview to display a web site using Basic access authentication.
    I've downloaded the samples.
    With SwingInterop_browser.jnlp a popup ask the username/password and everything is working fine
    With SwingInterop.jar i get an 401 - Unauthorized
    There is probably an arg to pass to the java -jar command...
    Any idea?
    Thanks in advance
    Edited by: 977177 on 16 déc. 2012 13:16

    We are further forward and have come up with the following approach. We are publishing the output to an an unprotected area. The basic authentication can then be applied to the Tomcat Server as required.
    Read the RoboColum(n).

  • Bug: HTTP Basic Access Authorization in browser non-functional.

    Upon visiting any site that requires a username and password via HTTP Basic Access Authorization ( http://en.wikipedia.org/wiki/Basic_access_authentication ), a prompt shows up, as one should. There are two fields, which oddly are not denoted Username and Password. In any case, attempting to enter the proper username and password in those fields does not work! You will be reprompted until finally the server rejects you.
    I have tried this on numerous websites already, and have checked the passwords to ensure they were correct. 
    Post relates to: Pre p100eww (Sprint)

    I can confirm this bug too on the Palm Emulator for webOS (v1.2.0.33 currently). I do not have a physical Palm Pre to test this on, but I would expect that the emulator emulates the hardware's behavior too (else, what's the point of an emulator?). I've seen mixed reports on this particular issue. That is, I've seen at least one other person complaining about this problem on the real hardware, and yet, I've also seen another person who doesn't appear to have any such issues.
    I'll cut straight to the technical details. If I use hello:world as the login in a browser that does work correctly for basic HTTP auth, I see the following header in the sniffed packet:
    Authorization: Basic aGVsbG86d29ybGQ=
    However, when the Palm Pre (emulator) fails to log in, I see the following in the header:
    Authorization: Basic aGVsbG86d29ybGQA
    Clearly, the Palm is doing something incorrectly when it encodes the authorization details. It seems to be including an additional nonprintable character at the end (a terminating null?) when it encodes, which results in the different encoding. Considering the fact that various web browsers and Base64 encoding libraries I've tested agree with the former encoding, and not the latter, I'm inclined to believe that the Palm Pre is completely in the wrong here. Of course, why this doesn't seem to be happening to all users, though, is an oddity for which I have absolutely no potential explanations.
    Message Edited by Ultima on 11-07-2009 02:48 PM

  • Access DB (& .ldb file) does not close after crystal reports

    Post Author: mgold
    CA Forum: Crystal Reports
    Access DB (& .ldb file) does not close after crystal reports
    Hi! We have a VB application using Crystal Reports 6 that has worked successfully on hundreds of systems for over 10 years. Now, on one network, the application and access database does not close. It seems to hang on the [.Close] command.
    When we open the application an peruse the screens without opening up a report (using crystal reports), the application and access db closes fine. But as soon as we run a report and then close the report and try to close the application, the access db does not close. Many of the screens open the db and grab data from the access db, but it's only after running crystal reports that we have this problem. (Please see more information below.)
    Setup: Application and data (access 97 db) reside on a server in the same folder, but application shortcut is kicked off on client PC. Kicking off the shortcut on the client PC means that the image/process runs on the client PC (not on the server). In this problem case, the application shortcut is on a Windows XP Pro Version 2002 SP2 PC with the app & data on a Windows 2003 server. Users are local Admins on their PCs with "Full Control"over the directory and files on the server where the data (access 97 db) resides. This type of setup is typical and has worked without any problems for clients.
    The application is written in Visual Basic, using Crystal Reports 6 (using DAO). We close the recordset, set it to zero and then it hangs on closing the db (.Close command).
    A few key pieces of information:
    - The application closes fine if the app & data (access 97 db) are on a local PC. This includes closing fine if the application is run directly on the Windows 2003 server where the data is stored.
    - It worked on this client's network until sometime in the last few weeks.
    - One thing that changed is that the company is using VMWare on its servers. Not sure if they started using VMWare at the same time as it started failing. This may be unrelated. Possibly other things changed, but can't get any more information ... yet.
    - It works fine running the application from a Windows Vista PC with a user who is a domain admin.
    - The access db and application hang for about 10-20 minutes and then eventually closes. It appears that somehow
    Crystal Reports is keeping the db open, but I'm not sure why.The application doesn't quit and the database doesn't close even if I try to end the task with the Task Manager.
    - The Crystl32.ocx version being used is 8.0.0.4 (if that matters).
    - I copied 6 month old program files and database files to a test folder on the Windows 2003 server. It fails using these files that worked fine 6 months ago.
    Any ideas or help would be greatly appreciated! If you know of another good place to post this, please let me know.
    Thanks!
    - Mark

    Crystal doesn't support tables in HTML interpretation. 
    You can probably work your way around this by doing Replace() calls on the relevant tags.
    See:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313337333033383334%7D.do
    The supported HTML tags are:
    " html
    " body
    " div (causes a paragraph break)
    " tr (causes only a paragraph break; does not
    preserve column structure of a table)
    " span
    " font
    " p (causes a paragraph break)
    " br (causes a paragraph break)
    " h1 (causes a paragraph break, makes the font bold
    & twice default size)
    " h2 (causes a paragraph break, makes the font bold
    & 1.5 times default size)
    " h3 (causes a paragraph break, makes the font bold
    & 9/8 default size)
    " h4 (causes a paragraph break, makes the font bold)
    " h5 (causes a paragraph break, makes the font bold
    & 5/6 default size)
    " h6 (causes a paragraph break, makes the font bold
    & 5/8 default size)
    " center
    " big (increases font size by 2 points)
    " small (decreases font size by 2 points if it's 8
    points or larger)
    " b
    " i
    " s
    " strike
    " u
    The supported HTML attributes are:
    " align
    " face
    " size
    " color
    " style
    " font-family
    " font-size
    " font-style
    " font-weight

  • Firefox does not fully load Barclaycard Authentication site. It loads as far as asking for certain letters in my pasword but does not load the "Submit" button so I cannot continue with my purchase and have to switch to IE8 browser to purchase anything ov

    Firefox does not fully load Barclaycard Authentication site. It loads as far as asking for certain letters in my pasword but does not load the "Submit" button so I cannot continue with my purchase and have to switch to IE8 browser to purchase anything over the internet. Any clues?
    == This happened ==
    A few times a week
    == Couple of weeks ago

    Your UserAgent string in Firefox is totally messed up by another program that you installed, and Barclays doesn't know you are using Firefox 3.6.6 - it probably looks like IE 6.0 to that website.
    [http://en.wikipedia.org/wiki/User_Agent]
    type '''about:config''' in the URL bar and hit Enter
    ''If you see the warning, you can confirm that you want to access that page.''
    Filter = '''general.useragent.'''
    Right-click the preferences that are '''bold''', one line at a time, and select '''''Reset''''',
    Then restart Firefox

  • Safari does not load large images

    Images like on http://imgur.com/a/ZKhFa#zV5Hq9q do not load properly.
    The load halfway, and when they become a certain size, they do not load anymore.
    I have noticed this since OS X Mavericks.
    Firefox and Chrome load these images properly.

    Might be a Safari extension or third party plug-in preventing the images from loading properly.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test. If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.

  • PowerPoint Movie does not load in Safari on iPad

    I borrowed a friend's iPad to learn how to use it. It was gift she received a few months ago from her family. So, it is this year's model.
    Upon doing so, I thought I would check one of my website's that has PowerPoint movies on them. I chose Safari as the browser.
    I found out that the two movies on my website would not load. They load perfectly well when I am using desktop computers including other platforms than the iMac or MacBook. My MacBook has Mavericks and the two pages load. Ditto from my iMac using Mountain Lion.
    The website is constructed using the latest version of iWeb.
    I wish to know why the iPad using Safari does not load the two movies.
    Here are the URLs for each page:
    http://lanark-baldersonpastoralcharge.ca/Inspiration_Motivation-1st_Year_Student s.html
    http://lanark-baldersonpastoralcharge.ca/The_Four_Candles_Proverb.html
    I would appreciate assistance.
    Thank you!

    Well evidently she was born in New Orleans, but raised in
    Oakland. So, yes I would say the content is loading. Don't know
    what to tell you. What version of Safari are you using? What
    version of the Flash plugin is installed? Can you directly enter
    the url and have the page open?
    There appears to be nothing wrong with your loadMovieNum
    code. Perhaps there is something wrong with your preloader code?
    A guide layer is just that, a guide layer, and it will not be
    published. The best way to do it depends upon how you are making
    this. You can simply put a black square behind the text. Or if you
    are using dynamic text boxes you can turn the background property
    on and set the back ground color. Or if you are using buttons just
    go to the hit area and add a some drawing.

  • Safari does not load the website

    Hi,
    I am running MAC OS X 10.4.7 using Safari Version 2.0.4 (419.3).
    Ever since I started using this computer (1 week back) Safari just does not load the pages. The website that I am trying to load is http://www.apple.com/startpage/ or the default page of Safari as installed. This also happens with many other pages.
    The browser starts loading the page and the blue bar just stops mid way and nothing happens post that. I have waited for almost 20mins for it to load, however that never loads. If I press the Stop button, I do see the partial HTML thats loaded in the browser, but the page never loads completely.
    My internet connection is fast, since I am able to load the same page or any other page in FireFox with no problems.
    Can you please support me with what to look at to resolve this problem?
    Mac Book Pro   Mac OS X (10.4.7)  

    Hi! Yes I have experienced similar difficulty with Safari 1.3.2 (v312.6). Although I am using Safari to browse this site now, it does seem prone to reject some sites. When it works it work beautifully. There must be a gremlin glitch in there somewhere!
    All I can suggest that that you switch to another browser such as Netscape 7.2 or Firefox to resolve this issue as and when it happens.
    Happy surfing!
    Technoapple.

  • Safari, at times does not load images on webpages, is very slow, or doesn't work at all. Rarely does it operate as one would expect.

    iMac 27" 2009 intel core 4 gigs of ram, 1tb HD, Current operating system. 2 user accounts, myself, my fiancee's. Each with iPhones so each setup to utilize iCloud. I have disabled 3rd party plug-ins once with only short-term effects. There are other issues with the computers performance and I have spoken to apple support regarding them multiple times. Some include iCloud not syncing properly to the iMac (though it does to phone and online), Finder windows getting "lost" between "digital desktops". Desktop image not syncing across all "digital desktops". iTunes often has issues with syncing with and playing from my iTunesMatch account.
    Safari's issues include it not loading any images on a website, when trying to load a new page by typing a search in the the url it won't even begin to load a page, sometimes it is very slow to load a page, a lot of time it will spend 5+ minutes "attempting" or not even visually attempting to load a webpage without warning the page can't be found, and then of course there are the "page can't be found" warnings as well.
    Very much thanks in advance,
    AK

    Safari 5.0.1 or later: Slow or partial webpage loading, or webpage cannot be found

  • Content file download failed. Reason: HTTP status 404: The requested URL does not exist on the server.

    Hi,
    I am getting this error in most of our WSUS servers.
    Content file download failed.
    Reason: HTTP status 404: The requested URL does not exist on the server.
    Source File: /Content/FB/134501186F4C81089054E4EC3376E74EEC895EFB.exe 
    Destination File: d:\wsus\WsusContent\FB\134501186F4C81089054E4EC3376E74EEC895EFB.exe
     After few minutes, getting below error as well. But i could see the synchronization has completed successfully.
    Log Name:      Application
    Source:        Windows Server Update Services
    Date:          12/19/2014 4:45:55 PM
    Event ID:      10032
    Task Category: 7
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      ******
    Description:
    The server is failing to download some updates.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Windows Server Update Services" />
        <EventID Qualifiers="0">10032</EventID>
        <Level>2</Level>
        <Task>7</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-12-19T08:45:55.000000000Z" />
        <EventRecordID>496887</EventRecordID>
        <Channel>Application</Channel>
        <Computer>*****</Computer>
         <Data>The server is failing to download some updates.</Data>
    This error is happening everyday. Please advise for a fix.

    Reason: HTTP status 404: The requested URL does not exist on the server.
    Source File: /Content/FB/134501186F4C81089054E4EC3376E74EEC895EFB.exe 
    Destination File: d:\wsus\WsusContent\FB\134501186F4C81089054E4EC3376E74EEC895EFB.exe
    Source:        Windows Server Update Services
    Description:
    The server is failing to download some updates.
    This error is happening everyday. Please advise for a fix.
    If this is happening on an UPSTREAM server it is because you have approved updates that are no longer available from Microsoft. Almost always this involves approvals of *EXPIRED* updates (which have been pulled from the catalog and cannot be downloaded).
    If this is happening on a DOWNSTREAM server it's because something/someone deleted the files from the upstream server. It can also happen if the entire upstream ~\WSUSContent folder has gone amuk.
    For an upstream server, find the expired updates, remove the approvals, cancel the downloads, and then decline the updates.
    For a downstream server, figure out what the affected updates are and fix the upstream server.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • I'm running iCloud on a Windows 7 PC. Photoes have been autmatically uploaded from my iPhone. However, the "Photoes" ICON does not load, and I receive an error message of a problem. Then the ICON disappears. How can I access my photoes?

    I'm running iCloud on a Windows 7 PC. Photoes have been autmatically uploaded from my iPhone. However, the "Photoes" ICON does not load, and I receive an error message of a problem. Then the ICON disappears. How can I access my photoes?

    Same issue here,  previously did work perfectly

  • The authentication information provided does not match our records. Please verify your personal information and try again.

    i keep getting this error when i try to change my password.
    the authentication information provided does not match our records. please verify your personal information and try again.

    I have totally forgotten the answers to "security" questions.  Please help - I am 84 years old and somewhat lacking recall intelligence about what I might have declared earlier.
    <Personal Information Edited by Host>

  • Error When Publishing "no access to internet (internet module not loaded)"

    When publishing a site in GoLive 9 I get the message""no access to internet (internet module not loaded)".
    i've never had this problem before, this just started happening and cant figure out how to get it to work again. it's weird because i can connect to my ftp server from the file menu and the internet module is checked on in my preferences. i've tried creating a new site file for my webpages and reinstalling GoLive and nothing has worked.
    has anybody had the same problem? thx!

    ha, ok i just figured it out. i didn't have the proper ftp setting in the publish preferences. i hadn't changed the info in the "server name" from the place holder text that was automatically inserted. that's a strange error message to display for that!!!

  • Videos will not load in USA Today webpage in safari

    I have fod this to be the case in several website...in Safari the video will not load...if I switch to Chrome....the vieos load with out any issues...

    Select Help > "Installed Plug-ins" from the Safari menu bar. Besides the following, what plugins are listed?
    iPhotoPhotocast
    Java Applet Plug-in
    QuickTime Plug-in
    WebKit built-in PDF

  • HT1338 safari 5.1.7 on lion 10.7.4 does not load

    safari 5.1.7 on lion 10.7.4 does not load, install neither does silverlight, I can't fix it. I have deleted from library internet plugins, I have uninstalled it reinstalled it does not work. Everything works great in firefox but i prefer safari. Why is this happening?  I have an Intel 2.6 Ghz intel Core 2 Duo. Youtube does not play
    of facebook vid. and silverlight for netflix doesnot work either. Like I said everyrhing works in Firefox.

    Hi...
    From your Safari menu bar click Safari > Preferences > Privacy
    Click:  Remove All Website Data
    Quit then relaunch Safari. Try Facebook.

Maybe you are looking for