Hi @Dmirty Pintusov, firstly it’s worth mentioning that both of these things are supported by WireMock Cloud.
You can add authentication to WireMock standalone by creating a custom
Authenticator
implementation and setting this in the config object passed to the server at startup. At present to run standalone you’d need to build your own JAR including WireMock + this code.