VBA-Web v4.0.0-rc.2
- Add
EnableAutoProxy
for auto-proxy support - Update authenticators for v4.0.0 and Mac support
- Add
HttpBasicAuthenticator
- Add
WindowsAuthenticator
Breaking Changes:
While no breaking changes were planned after rc.1, there were a few final breaking changes that needed to be made before the final release
- Add
PrepareHttp
andPrepareCurl
toIWebAuthenticator
. All authenticators must implement these methods - Remove
Username
andPassword
inWebClient
and moved toHttpBasicAuthenticator
- Rename
UrlParts
->GetUrlParts
andTimeoutTimerExpired
->OnTimeoutTimerExpired