My app downloads an XML file to a certain URL but in the sub
Sub HC_ResponseError (Reason As String, StatusCode As Int, TaskId As Int)
of DownloadService.bas
"Reason" is equal to FORBIDDEN and StatusCode = 403.
It would seem a folder permissions problem but, using a PC and Firefox, you can normally download it to the same URL.
Why ?
How to overcome it ?
Sub HC_ResponseError (Reason As String, StatusCode As Int, TaskId As Int)
of DownloadService.bas
"Reason" is equal to FORBIDDEN and StatusCode = 403.
It would seem a folder permissions problem but, using a PC and Firefox, you can normally download it to the same URL.
Why ?
How to overcome it ?