Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 8 trả lời
  • 1 gặp vấn đề này
  • 9 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Giải pháp được chọn

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!

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (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

Được chỉnh sửa bởi tolagal vào

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

Giải pháp được chọn

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