[ 
https://issues.apache.org/jira/browse/CB-12440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861812#comment-15861812
 ] 

Kerri Shotts commented on CB-12440:
-----------------------------------

You're making it at least as far as your web server, since the error message 
itself is HTML indicating that Error 403 was encountered, and that the server 
is powered by Jetty.

I would suggest using proxy software (point your iOS device at the proxy) to 
get the requests being sent to see if there is anything missing or odd. One 
I've had good success with is https://www.charlesproxy.com, but that's not 
free. (Not affiliated in any way, either.)

> FileTransfer: iOS returns Forbidden error during upload
> -------------------------------------------------------
>
>                 Key: CB-12440
>                 URL: https://issues.apache.org/jira/browse/CB-12440
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File Transfer
>    Affects Versions: 1.6.1
>            Reporter: Anthony Rumsey
>         Attachments: error-msg.png, ios-plist.png
>
>
> When attempting to upload an image using FileTransfer.upload iOS consistently 
> returns a Forbidden error. The same code works on Android using the same 
> plugin version and same server.
> Prior to cordova-ios@4 and iOS10 the Forbidden error was not encountered.
> Server authentication is via a basic-auth entry in the header. The request 
> never even makes it to the server so appears to be blocked by the client.
> config.xml
> {code}
>     <access origin='*' allows-arbitrary-loads-in-media='true' 
> allows-arbitrary-loads-in-web-content='true' allows-local-networking='true' />
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to