I'm using an external service (IDXBroker) to embed elements like a search bar into my real estate website via their script tag widgets. Before my website was not SSL secure and did not use HTTPS, so the search bar widget redirect was sent with HTTP, and the redirected IDXBroker page looks normal. However, now that I have secured my website, the redirect somehow now becomes sent with HTTPS, and the styling is screwed up because IDXBroker wants the request to be HTTP.
I can't change anything about the actual IDXBroker widget because I can't change anything under the script tag. Is there a way I can tell my website to stop "upgrading" the http request to https and behave as it was when my website wasn't secure?
Thanks!