Stef Heyenrath
|
674fa89c3e
|
ProxySettings : Add logic to not save some requests depending on HttpMethods (#900)
* Add ExcludedHttpMethods to ProxySettings
* tst
* fix
* SaveMappingSettings
* .
|
2023-03-09 15:28:52 +01:00 |
|
Stef Heyenrath
|
6839b11d35
|
Add WithProxy(string proxyUrl, X509Certificate2 certificate) (#880)
|
2023-02-01 10:42:35 +01:00 |
|
Stef Heyenrath
|
7fe2c8af78
|
Update REST Admin interface to support "Get Mapping(s) as C# Code" (#878)
* Add /__admin/mappings/code endpoint
* api
* fix
* .
* fix
* .
* .
* .
|
2023-01-29 10:24:58 +01:00 |
|
Stef Heyenrath
|
31298d281d
|
Support deleting / resetting a single scenario (#834)
* Support deleting / resetting a single scenario
* move files
|
2022-10-26 08:43:51 +02:00 |
|
Stef Heyenrath
|
f7b04f3234
|
Add UseDefinedRequestMatchers to ProxyAndRecordSettings (#821)
* .
* UseDefinedRequestMatchers
* ok
* .
* ClientIP
* t
* fix ut
* .
* cf
* cf2
|
2022-09-30 11:25:11 +02:00 |
|
Stef Heyenrath
|
b1af37f044
|
Fix Proxying when StartAdminInterface=true (#778)
* ProxyHelper fixes
* .
* more reformat
* .
|
2022-08-09 19:41:45 +02:00 |
|
Stef Heyenrath
|
b5ae087b95
|
Add .ConfigureAwait(false); to the await Task calls (#704)
Add .ConfigureAwait(false); to the await Task calls
|
2021-12-24 14:08:43 +01:00 |
|
Stef Heyenrath
|
2ab075ee09
|
WireMock.Net.FluentAssertions : upgrade to latest FluentAssertions (#635)
* .
* #634
* fix UT
|
2021-09-27 21:03:54 +02:00 |
|
Stef Heyenrath
|
c41989c0f3
|
Do not save Mappings when SaveMappingForStatusCodePattern does not match (#566)
|
2021-01-24 12:30:59 +01:00 |
|
Stef Heyenrath
|
f104b24f66
|
Update comment for SaveMappingToFile (#553)
|
2020-12-23 08:46:24 +01:00 |
|
Stef Heyenrath
|
fae27f9dc7
|
Add more tests for Proxy with Authorization (#555)
* WireMockServer_Proxy_Should_preserve_Authorization_header_in_proxied_request
* !admin
* x
* .
|
2020-12-16 22:14:53 +01:00 |
|
Stef Heyenrath
|
3dfee689b5
|
Fix Proxying with SSL and NetCoreApp3.1 (#547)
* Fix Proxying with SSL and NetCoreApp3.1
* add test
* ServicePointManager.ServerCertificateValidationCallback = (message, cert, chain, errors) => true;
* dotnet dev-certs https
* x
* .
|
2020-12-03 09:36:42 +01:00 |
|
Stef Heyenrath
|
db2caadf70
|
Fix SonarCloud OpenCover (coverlet-coverage) (#545)
|
2020-11-30 15:48:17 +01:00 |
|
Stef Heyenrath
|
55cf0f0416
|
Fix vulnerability in NuGet dependencies (#508)
* .
* .
* test
* Microsoft.AspNetCore.Server.IIS
|
2020-09-29 14:16:01 +02:00 |
|
Stef Heyenrath
|
9a532108b8
|
Mark BlacklistedHeaders and BlacklistedCookies as obsolete (#492)
* #489
* .
* FluentMockServerSettings
|
2020-07-27 17:24:24 +02:00 |
|
Stef Heyenrath
|
d67a160144
|
Fix unhandled exception when target is unavailable (#469)
* wip
* fix
* 31
* known
|
2020-05-18 15:07:30 +02:00 |
|
Stef Heyenrath
|
d971144426
|
WireMock.Net version 1.1.x (#363)
* refactor
* rename api
* -preview-01
* logger
* move
* RandomDataGenerator.Net
* .
* ISettings
* renames...
* refactor CommandlineParser logic
* remove standalone
* Remove Interfaces
* Update tests
* WireMock.Net.StandAlone
* .
* fix
* .
* _settings
* Admin
* WireMock.Net.Abstractions
* fix build
* rename WireMockServer
* fix compile errors
|
2019-12-27 16:01:13 +01:00 |
|