CORS error in ASP.NET Web API and React app hosted on IIS
Stack Overflow Forum » Firefox
by upload ev
7h ago
I'm developing an application with ASP.NET Web API as the backend and React as the frontend, both hosted on IIS. When I try to access the backend from a client PC using Firefox, I encounter the following CORS error: "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://10.1.221.43:44312/api/service/LoadDtatabydate. (Reason: CORS request did not succeed). Status code: (null).” The application works properly when accessed from the server itself. How can I resolve this CORS issue ..read more
Visit website
ReactJS - Firebase push notification not working in firefox browser
Stack Overflow Forum » Firefox
by Mahekkumar Chaniyara
7h ago
Inconsistent Click Behavior: Sometimes, when a user clicks on a notification, nothing happens. On other occasions, the redirection after clicking the notification is not proper. Multiple Notifications for Single Action: When clicking on the browser's notification (not ours), multiple notifications are triggered for a single action. Is there any solution to solve this in firefox browser ..read more
Visit website
How to sync Safari, Chrome, Firefox bfcache behaviour?
Stack Overflow Forum » Firefox
by chung
17h ago
I'm frustrated because Chrome, Firefox has different behaviours with bfcache in my React web app. When users use the back and forward buttons in Safari, they can return using back/forward and my web page isn't refreshed. Chrome and Firefox refresh the page on return. What can I do to make the behaviors the same? It almost doesn't matter which behavior they do, as long as they all do it. Is the only solution to single out Safari in the onbeforeunload or pageshow window event listeners and do something different ..read more
Visit website
How do I load Google Earth in the browser?
Stack Overflow Forum » Firefox
by chovy
1d ago
I cannot seem to load Google Earth in browser (client-side). <!DOCTYPE html> <html lang="en"> <head> <title>Sat Tracker</title> <script src="https://maps.googleapis.com/maps/api/js?key=abc"></script> <script src="https://ajax.googleapis.com/ajax/libs/earthengine/0.1.226/earthengine-api.min.js"></script> <script async src="data.js"></script> </head> <body> <div id="map" ></div> </body> </html> I get a bunch of cors errors and I can't find any instructions. Here is ..read more
Visit website
How to use browser on linux cluster?
Stack Overflow Forum » Firefox
by kabirium
1d ago
I want to use firefox browser on my lab cluster that I connect to using ssh from my local laptop. I have installed firefox in the base environment using conda conda install conda-forge::firefox I ssh onto the cluster using this: ssh -X -L 8888:localhost:8888 username@server next I try to open a url: firefox url I get the following error: (base) [username@server ~]$ [GFX1-]: glxtest: libEGL missing methods for GL test Am i missing some dependencies? What should I install ..read more
Visit website
FIREFOX: INSTAGRAM embed url on iframe not working
Stack Overflow Forum » Firefox
by Wardhan
1d ago
I am getting https embed links from the api to showcase inside the iframe. In Chrome it works just fine. For Firefox, the iframe doesn't load. It's blank. I've checked the console and network tabs for the possible error and find out that there's one error that is showing up in network tabs in dev tools. NS_ERROR_DOM_CORP_FAILED I have tried searching for the error on google but answers were vague and didn't work. Some suggested to tweak firefox config for active media content display. disabling content tracking -- Didn't work. removed cache and logging in and out of the instagram account didn ..read more
Visit website
Not able to find api call made from main page in the page source
Stack Overflow Forum » Firefox
by vikramvi
2d ago
After loading page https://www.moneycontrol.com/india/stockpricequote/miscellaneous/aurangabaddistillery/AD05 it makes a call to ( found through Network tab ) https://priceapi.moneycontrol.com/pricefeed/bse/equitycash/AD06 But above API entry / call is not to be found in the main page's page source entry. Please clarify this mystery, without api entry how does that one gets called and data is populated inside "Price Performance" table ..read more
Visit website
Firefox devtools javascript script not seen in astyle format
Stack Overflow Forum » Firefox
by Jamars
2d ago
enter image description here first time learning web hacking, using firefox browser. used f12 to see the devtools <script>, but the scripts are written without the astyle format, just in straight lines like writing in the word document tried the same thing in chrome browser, the script was seen in the exact format like writing in vscode. wish firefox devtools look as the same, but how ..read more
Visit website
Calc not working with media queries and neither are variables
Stack Overflow Forum » Firefox
by Shane
4d ago
Using bootstrap 5.3.1 Trying to write a media query that changes things as the page size shrinks from bootstrap-lg (e.g. min-size = 992px) into a medium sized page ( e.g. max size = 991px wide) This works. @media screen and (max-width: 991px){ #home-page__content-outer{ padding-left:0; } #home-page__hero-banner .hero__title p{ font-size:65px; } } BS defines --bs-breakpoint-lg : 992px This doesn't work @media screen and (max-width: calc( var( --bs-brekapoint-lg) - 1px)){ #home-page__content-outer{ padding-left:0; } #home-page__hero-banner .hero_ ..read more
Visit website
How to get shadow-root element inside the shadow-root element
Stack Overflow Forum » Firefox
by Carl
4d ago
I am trying to get button element that is inside multiple shadow-root elemenets using selenium in firefox and python. Any idea how can I get it? enter image description here I tried this one but it doesnt work for me at all: Shadow DOM with Python Selenium Geckodriver ..read more
Visit website

Follow Stack Overflow Forum » Firefox on FeedSpot

Continue with Google
Continue with Apple
OR