Mario
Mario
Hi, @deepalijagtap - solution stolen from https://github.com/cristianoccazinsp/react-native-background-upload#ios-background-events By default, iOS does not wake up your app when uploads are done while your app is not in the foreground. To receive...
Good Question - This app just replace authentication header and keep rest of communication as is so I think there is a good chance that it may work. But I've...
It may work if outlook accept http URL because http is only between Outlook > basicToOauth. communication basicToOauth > webService can/should be https
Hi, 1. Did you setup config.yaml and Azure as instructed in quick guide? 2. Have you tried run the app from command line? - you should get an error if...
Hi, yes - check the code in service.go file from line 66 - if anything fails the original header is returned
Hi, This app is meant as temporary workaround (until your software provider adds oauth2) and it fulfill my purpose so I have no reason to add "Windows proxy awareness". I...
Hi, it still works for me so I suppose no change on MS side. You can try stop service and run application from command line where you can see detailed...
Hi, That should not be needed The flow is: 1. App reads user name and password from basic auth 2. App request token from Azure using name and password from...