All Questions
Tagged with express-http-proxy reactjs
1 question
1
vote
0
answers
2k
views
How to proxy an iframe from an external domain using express-http-proxy
I am trying to display an iframe for an external website (e.g. zillow.com) in my React website and given that I cannot access or alter the contents of an iframe for external domains, I was reading ...