Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
Please could someone tell me how I can get the UaaS.cmd tool to authenticate with a proxy server?
When I run the tool I get a 407 Proxy Authentication Required error.
Here is the code for the UaaS.cmd tool
@ECHO OFF ECHO One second... ECHO Downloading helper executable (Waasp.exe) powershell -ExecutionPolicy Bypass -Command "(New-Object Net.WebClient).DownloadFile('https://umbracoreleases.blob.core.windows.net/download/Waasp.exe', 'Waasp.exe')" SET /P url="Clone URL: " SET /P alias="Namespace: " SET uaasguid=%url:~-40% SET uaasguid=%uaasguid:.git=% IF NOT EXIST %alias%.Web ( git clone %url% ) IF EXIST %uaasguid% REN %uaasguid% %alias%.Web Waasp.exe "%CD%" %alias% %url% DEL Waasp.exe /Q
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
UaaS.cmd Proxy Authentication
Hello,
Please could someone tell me how I can get the UaaS.cmd tool to authenticate with a proxy server?
When I run the tool I get a 407 Proxy Authentication Required error.
Here is the code for the UaaS.cmd tool
is working on a reply...