HomeiOS Developmentxcode - IOS continues to dam HTTP requests regardless that ATS has...

xcode – IOS continues to dam HTTP requests regardless that ATS has been disabled – Stack Overflow


that is so complicated, I’ve legacy app cordova that must do some request to http url , I do know IOS ATS to dam that request, and I’ve completed all the things I learn from the web
allow like code under

    <dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
    <key>NSAllowsArbitraryLoadsInWebContent</key>
    <true/>
    <key>NSExceptionDomains</key>
    <dict>
        <key>www.mxxxx.com</key>
        <dict>
            <key>NSExceptionRequiresForwardSecrecy</key>
            <false/>
        </dict>
    </dict>
</dict>

and that is from xcode
enter image description here

is there any factor that i missed?

PS: sure it really works if i put the url into NSExceptionDomains however the requirement is i must open this to all http url as a result of some consumer nonetheless have http url not https

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments