Skip to content

Stream from non https URL #1993

Answered by pke
pke asked this question in Q&A
Discussion options

You must be logged in to vote

For iOS this requires adding an ATS excemption for the URL in question like this

<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSExceptionDomains</key>
		<dict>
			<key>streamingsoundtracks.com</key>
			<dict>
				<key>NSExceptionAllowsInsecureHTTPLoads</key>
				<true/>
				<key>NSIncludesSubdomains</key>
				<true/>
			</dict>
		</dict>
	</dict>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant