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!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

REST API with Single Page Application over HTTPS

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 krc_mtech

more options

Hi,

I am developing a web service using REST API. This REST API is running on port 6443 for HTTPS. Client is going to be a Single page application running on port 443 for HTTPS on same machine. The problem I am facing is:

While I hit the url say: https://mymachine.com/new_ui I get certificate exception for an invalid certificate because I use a self signed one, so mymachine.com:443 gets added to server exception. But still requests doen't go to REST API as they are running on https://mymachine.com:6443/restservice. If I manually add mymachine.com:6443 to server exception on firefox it works but it will not be the case in production for customers.

Some options that I thought are: 1. Give another pop up and ask to add REST server on port 6443 exception too.

   But this doesn't look proper as why an end user should accept the cerf for same domain twice.
   Also REST api server port can change. 

2. Can we programmatically add exception for domain and both the ports in one shot? Ofcourse with the consent of the user. 3. Use a reverse proxy. But then its going to have memory footprint on our system. Also it will be time consuming.

Please suggest some options. How do I deal with it. Thank you

Hi, I am developing a web service using REST API. This REST API is running on port 6443 for HTTPS. Client is going to be a Single page application running on port 443 for HTTPS on same machine. The problem I am facing is: While I hit the url say: https://mymachine.com/new_ui I get certificate exception for an invalid certificate because I use a self signed one, so mymachine.com:443 gets added to server exception. But still requests doen't go to REST API as they are running on https://mymachine.com:6443/restservice. If I manually add mymachine.com:6443 to server exception on firefox it works but it will not be the case in production for customers. Some options that I thought are: 1. Give another pop up and ask to add REST server on port 6443 exception too. But this doesn't look proper as why an end user should accept the cerf for same domain twice. Also REST api server port can change. 2. Can we programmatically add exception for domain and both the ports in one shot? Ofcourse with the consent of the user. 3. Use a reverse proxy. But then its going to have memory footprint on our system. Also it will be time consuming. Please suggest some options. How do I deal with it. Thank you

所有回复 (2)

more options

Hi, Firefox Volunteer Support is done by regular users ( well some not so regular ). No Developers will see what you are doing or asking. You will need to find the right places to discuss your issue such as github or stackoverflow.com/ maybe Starting by informing yourself.

Good Luck with it.

more options

Hi,

This problem is specific to Firefox only and so I asked it here. Thank you.