-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ie + file:/// = "Access denied" #357
Comments
|
I also would like this issue to be resolved as it would enable our developpers/designers to edit less files and see the reuslts without having to run a webserver. |
|
Unfortunately, this issue cannot be resolved by Less. Web browsers have very strict rules about arbitrary requests to the local filesystem -- for good reason. That said, Macs come preconfigured with a web server, Linux & BSD web servers are extremely easy to install, and both nginx and apache have Windows installers. On my Windows machine, I run nginx; very low memory and just a double-click of an icon to start it. |
|
Not good news. We creating offline (local) application that uses file protocol and all major js libs works... jQuery for example with AJAX requests to local resources (files)... |
|
@kbabintsev my apologies, I misspoke. Assuming this is the IE7/8 issue I think it is, it could be resolved in Less. I was completely mistaken with regard to local resources. Again, sorry. |
|
I'd like to get this issue fixed too. |
|
anyone like to suggest what that fix is? |
|
The fix suggested in this answer looks workable, but would increase the overall number of requests in IE (though that's its fault for being broken!). To integrate it we'd need to rewrite the |
|
Hi, I had the same problem and I sent you another way to fix it: Scorpin@ee2c1a1 Greetings. |
|
According to the attached Stack Overflow links, this was only an issue in IE7 / IE8. Should probably consider closing by now. |
|
Closing as not applicable anymore (let MS care of their ancient stuff on their own). |
Example
Error "Access denied" when trying to open html using file protocol (file:///C:/Projects/index.html).
It's work fine with ActiveXObject implemetation of XMLHttpRequest.
The text was updated successfully, but these errors were encountered: