PowerShell/test/tools/WebListener/Controllers
Mark Kraus ee7edb7427 Add error on Legacy Credential over non-HTTPS for Web Cmdlets (#5402)
- Add an error when a user tries to use `-Credential` (legacy usage without `-Authentication`) or `-UseDefaultCredentials` over a non-HTTPS URI
- User can bypass error with `-AllowUnencryptedAuthentication`
- `-UseDefaultCredentials` can only be reliably tested on Windows as support on other platforms depends on a Kerberos infrastructure. 
- Add `/Auth/` tests to WebListener for challenge authentication Basic, Negotiate, and NTLM

Incidentally, this increases test coverage for the web cmdlets as `-Credential` and `-UseDefaultCredentials` were not being tested.
2017-11-10 08:11:57 -08:00
..
AuthController.cs Add error on Legacy Credential over non-HTTPS for Web Cmdlets (#5402) 2017-11-10 08:11:57 -08:00
CertController.cs
CompressionController.cs Replace httpbin.org/gzip Tests with WebListener and Re-Enable Deflate Tests (#4948) 2017-10-02 13:46:53 -07:00
DelayController.cs Replace httpbin.org/delay Tests with WebListener (#4905) 2017-09-25 12:50:15 -07:00
EncodingController.cs Replace httpbin.org/encoding Tests with WebListener (#4869) 2017-09-22 10:09:49 -07:00
GetController.cs Replace httpbin.org/get tests With WebListener (#4738) 2017-09-08 07:53:04 +04:00
HomeController.cs
MultipartController.cs Add Multipart Support to Web Cmdlets (#4782) 2017-09-12 09:41:36 -07:00
RedirectController.cs Replace httpbin.org/redirect Tests with WebListener (#4852) 2017-09-18 09:26:01 -07:00
ResponseHeadersController.cs Replace HttpBin.org/response-headers Tests with WebListener (#5058) 2017-10-18 12:24:02 -07:00