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

Categories

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

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

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...