One of my test is calling a 3rd party URI after clicking a button.
When it called, the "src" attribute is setting with the URI like, src="http://my-local-ip or proxy uri/https://3rd party uri".
Due to the prefix of "http://my-local-ip or proxy uri" the connection is not happening with the 3rd party uri.
Is it possible that "src" attribute to set with "https://3rd party uri"