Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

url in address bar changes, deleting "/" after domain, thus can't load

  • 8 件の返信
  • 1 人がこの問題に困っています
  • 11 回表示
  • 最後の返信者: Pj

more options

http://polar.ncep.noaa.gov/waves/WEB/multi_1.latest_run/plots/US_puertorico.hs.f006h.png typed into address bar, pasted into address bar, run from an html script - all change to: http://polar.ncep.noaa.govwaves/WEB/multi_1.latest_run/plots/US_puertorico.hs.f006h.png and, of course, the domain http://polar.ncep.noaa.govwaves is NOT FOUND!

This is example of links in a script I run EVERY DAY for years to prepare a weather product, and yesterday, for no apparent reason, it started doing this.

Tried all the tweaks I've found on internet, settings in firefox, about:config, reinstalled firefox, shut off all extensions/addons, etc. to no avail.

http://polar.ncep.noaa.gov/waves/WEB/multi_1.latest_run/plots/US_puertorico.hs.f006h.png typed into address bar, pasted into address bar, run from an html script - all change to: http://polar.ncep.noaa.govwaves/WEB/multi_1.latest_run/plots/US_puertorico.hs.f006h.png and, of course, the domain http://polar.ncep.noaa.govwaves is NOT FOUND! This is example of links in a script I run EVERY DAY for years to prepare a weather product, and yesterday, for no apparent reason, it started doing this. Tried all the tweaks I've found on internet, settings in firefox, about:config, reinstalled firefox, shut off all extensions/addons, etc. to no avail.

選ばれた解決策

tolagal said

Please, before making suggestions, copy the URL I've listed into your address bar and see if it does the same to you. Perhaps it's the website?

Apparently, the problem is with NOAA's website, a friend on different opsys, different browser had the same issue. Too bad no one here was inclined to just click on the link!

この回答をすべて読む 👍 0

すべての返信 (8)

more options

Please, before making suggestions, copy the URL I've listed into your address bar and see if it does the same to you. Perhaps it's the website?

more options

What script are you using to launch these URLs?

more options

just a simple html script I wrote myself, which has worked EVERY DAY, it worked fine on Monday. but it doesn't matter, I can't even paste it into the address bar and get it to work, it always changes.

Were YOU able to get the url to load without changing to ...noaa.govwaves?

more options

I can't even get this to work: http://polar.ncep.noaa.gov/waves/ changes to http://polar.ncep.noaa.govwaves/

even clicking on it here in this post it changes to .govwaves

この投稿は tolagal により に変更されました

more options

cor-el said

What script are you using to launch these URLs?

Thanks for the response! Did you see my subsequent posts? Sorry, I did not hit "quote" so it may not have notified you.

more options

選ばれた解決策

tolagal said

Please, before making suggestions, copy the URL I've listed into your address bar and see if it does the same to you. Perhaps it's the website?

Apparently, the problem is with NOAA's website, a friend on different opsys, different browser had the same issue. Too bad no one here was inclined to just click on the link!

more options

If the http:// protocol is used then the website uses a location redirect to a https:// link, but apparently something is wrong on the server and the slash is removed.

Location: https://polar.ncep.noaa.govwaves/WEB/multi_1.latest_run/plots/US_puertorico.hs.f006h.png

If the HTTPS protocol is used and not the HTTP protocol then no redirect is necessary and the link works.

more options

tolagal said

Apparently, the problem is with NOAA's website, a friend on different opsys, different browser had the same issue.

These work for me:

https://polar.ncep.noaa.gov/waves/

https://polar.ncep.noaa.gov/waves/WEB/multi_1.latest_run/plots/US_puertorico.hs.f006h.png

~Pj