I am trying to search through an iFrame from a separate website.
One is my.website.com
Other is website.com
website.com is searching for text located in the iframe from my.website.com but its getting blocked by jquery. Is this blocked because its a different website? They are both the same domain.
I was looking at CORS headers to see if there was a way to allow jquery to search the text... Its dumb that its blocking even searching, its not manipulating anything.
Found this solution here: Cross sub domain iframes and JavaScript
How do I do this though. Where do I add the default.domain?