"Access to the file was denied" on page refreshing

User Help for Mozilla Firefox
Post Reply
termodeblya
Posts: 2
Joined: August 1st, 2022, 4:34 am

"Access to the file was denied" on page refreshing

Post by termodeblya »

I've got web-extension that proxying request to the local server via nativeMessaging api.

When server sends response 307 with location to "moz-extension://{ext-id}/page.html", browser displays the requested page well. But if I refresh the page, an error "Access to the file was denied" will occurs. Page refreshing in any other cases work well:
- direct jump to the "moz-extension://{ext-id}/page.html"
- displays with browser.tabs.update

So, am I doing something wrong or it could be firefox issue?

Firefox: 103.0 (64-bit)
OS: macOs Monterey 12.5 m1
morat
Posts: 6405
Joined: February 3rd, 2009, 6:29 pm

Re: "Access to the file was denied" on page refreshing

Post by morat »

Are you the addon developer? I would ask the addon developer for support.

If you don't get an answer in a few day, then try posting in the official addons development forum.

Firefox Addons Development
http://discourse.mozilla.org/c/add-ons/development/108

307 Temporary Redirect
http://developer.mozilla.org/docs/Web/HTTP/Status/307
termodeblya
Posts: 2
Joined: August 1st, 2022, 4:34 am

Re: "Access to the file was denied" on page refreshing

Post by termodeblya »

Thank you, yes, I'm the addon developer. I should ask a question at http://discourse.mozilla.org/c/add-ons/development/108, am I correct?
morat
Posts: 6405
Joined: February 3rd, 2009, 6:29 pm

Re: "Access to the file was denied" on page refreshing

Post by morat »

Yes, that's correct. A Mozilla developer may identify a bug that causes the issue.

Similar threads
http://discourse.mozilla.org/t/43779
http://discourse.mozilla.org/t/95112
Post Reply