I have a problem where I want to communicate on my own server between port 80 and port 8080 using an ajax request. I am aware of CORS and cross domain request origin policy and iframe solution to this problem.
Out of curiosity I want to know if and how this can be done. if the requested information is called as a <img>
tag with an SRC of the URL that needs to be called and the returned content is somehow parsed from the data that is recieved --
is this possible? if not, why and if yes how?
Thanks!