What Is Kcferrordomaincfnetwork Code=303

Domain=kCFErrorDomainCFNetwork Code=303 What does this error code means?

It's a kCFErrorHTTPParseFailure error. Could you provide more details such as:

-Are you trying to upload or download a file?

-Are you using AWSS3TransferManager, AWSS3 or AWSPresignedURL to perform the uploading or downloading?

-Does it happen every time? If not, what is the percentage?

-A code snippet

when i am trying to print a json result using alamofire with swift 4 i am getting an Error Domain=kCFErrorDomainCFNetwork Code=303

Change JSONEncoding.default to URLEncoding.default

These parameters are query parameters defined here, thus you should use URLEncoding instead of JSONEncoding



Related Topics



Leave a reply



Submit