Balog Tamás
07/09/2024, 9:22 AMWireMock
instance, the underlying HttpAdminClient
and a ClientTokenAuthenticator
. The problem I'm facing is that WMC URLs like _https://<mock>.wiremockapi.cloud/__admin/requests_ don't need the port to be specified in order to be accessible, however WireMock
and HttpAdminClient
always configure a port, at least the default 8080 one.
Is there a way to configure the connection to not use a port, or are there port numbers where WMC URLs are available at?Tom
07/09/2024, 1:00 PM443
if you’re using HTTPSBalog Tamás
07/09/2024, 2:17 PMTom
07/09/2024, 2:30 PMBalog Tamás
07/09/2024, 2:59 PMAdmin
class as well?Tom
07/09/2024, 3:10 PM