Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
579 views
in Technique[技术] by (71.8m points)

nuxt.js - Reverse proxy HTTP to HTTPS

We need to display insecure content inside secure content ( an http://some-page.com iframe ) inside an https page. Therefore we need to add a rule to http-proxy-middleware which is part of our stack that would catch urls of a specific pattern ( https://our-domain.com/:company-1232343/preview ) and route them to http://company-1232343.com . The company-id part of the url is dynamic. I looked into the examples and recipes of https://github.com/chimurai/http-proxy-middleware#table-of-contents but not sure what the rule will look like.

question from:https://stackoverflow.com/questions/65890353/reverse-proxy-http-to-https

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...