Doug Logan

Results 15 comments of Doug Logan

@jacks0n Are you utilizing "isRaw": true in your response object? That tells the Azure Function to not to do any of its mangling / auto-handling of the response. Beyond that,...

FYI, looks like the fact I added URL encoding to the URL caused Travis checks to fail. I think it should in fact be okay.

Thank-you @vmarchaud that really helps. I'm going to play around with setting: `proc.pm2_env.versioning.repo_path` (per the code sample calling vizion.update). [And the following git technique](http://superuser.com/questions/812931/how-to-configure-automatic-password-handling-for-git-commands) To see if I can get...

I'm hoping this isn't the same thing as Azure/azure-functions-host#4644. I've checked things pretty closely. However, @lonpalmer did not mention a resolution.

I've confirmed this works as expected on my deployed application when the settings are configured in the CORS section of the portal. This is limited to local dev and using...