I am trying to connect my application to an external localhost or server . i have made an index.html file with iframe to connect like this but i get cross origin errors sometimes. is there a way to connect the exe to external server to get the content
Code:
<object name="search_iframe" data="https://www.externalwebsite.com"
width="100%"
height="100%"
type="text/html">
</object>
Last edited: