Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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.

詳しく学ぶ

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

Cannot browse to local site with custom port - Firefox removes the port

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

more options

For local development on our Macs we use MAMP Pro, which uses the port 8888 for sites.

Since upgrading to Firefox 14, if we enter the URL of a local site into Firefox, it removes the custom port we've added and returns a 403 error. Chrome and Safari work without issue as they don't delete the port.

For example, if I browse to http://my.test.site.localhost:8888 which up until version 14 worked fine, Firefox removes the :8888 and instead tries to load http://my.test.site.localhost, which fails.

If I browse direct to an inner page like http://my.test.site.localhost:8888/page1 it works and the port stays. But it won't work to the root URL.

This is causing major issues for us. It's not a banned port - why is Firefox ignoring the port we enter?

For local development on our Macs we use MAMP Pro, which uses the port 8888 for sites. Since upgrading to Firefox 14, if we enter the URL of a local site into Firefox, it removes the custom port we've added and returns a 403 error. Chrome and Safari work without issue as they don't delete the port. For example, if I browse to http://my.test.site.localhost:8888 which up until version 14 worked fine, Firefox removes the :8888 and instead tries to load http://my.test.site.localhost, which fails. If I browse direct to an inner page like http://my.test.site.localhost:8888/page1 it works and the port stays. But it won't work to the root URL. This is causing major issues for us. It's not a banned port - why is Firefox ignoring the port we enter?

選ばれた解決策

OK, found it. It was a caching issue. Clearing the cache in FF wasn't fixing it for us. Manually removing everything in the Firefox Cache folder fixed it. Weird.

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

すべての返信 (3)

more options

Did you try this? http://my.test.site.localhost:8888/

more options

Yep. Same issue. The port and the trailing slash are removed.

Have cleared caches, dumped cookies, and deleted and fresh installed Firefox. Can't seem to solve it.

more options

選ばれた解決策

OK, found it. It was a caching issue. Clearing the cache in FF wasn't fixing it for us. Manually removing everything in the Firefox Cache folder fixed it. Weird.