Pete Cornish

Results 76 comments of Pete Cornish

Released in [v3.3.0](https://github.com/outofcoffee/imposter/releases/tag/v3.3.0). Thanks again @s33kers.

Done in c75eb59a115d9d423f1c572ae814e9b0df55074c

Hi @medaoutir, thanks for raising this. Please can you share the logs. Preferably at TRACE level, if you can (`--log-level TRACE` in the CLI, or `IMPOSTER_LOG_LEVEL=TRACE` environment variable). The SOAPAction...

Thanks for the heads-up @ywtsang. Would you be able to post the error message you were receiving and your Maven pom.XML or Gradle build.gradle file so we can help diagnose...

Thanks, @HugoCrd. I'd like to have an 'examples' directory which shows folks how to use it. Would you be OK to contribute something and I can help you get it...

@HugoCrd @ywtsang I've added a Maven example here: https://github.com/outofcoffee/vertx-oas/tree/master/examples/maven

Hi @acsauk, thanks for asking this. One option that might work for you is the `${random.any(chars="...")}` function added in [v3.34.0](https://github.com/outofcoffee/imposter/releases). For example: ```yaml path: "/cases" response: template: true content: |...

Hi @LukasKnuth, thanks for raising this. Yes, you can use the `/system/status` [healthcheck endpoint](https://docs.imposter.sh/metrics_logs_telemetry/) which returns `HTTP 200` when the server is up. For additional binaries inside the container, here's...

For this part of your question: > Would you be open to adding a CLI option to the server to check if its up and ready? You should be able...

Hi @LukasKnuth, thank you for reporting this. Sorry to hear you had an issue with the healthcheck. This was fixed in [v0.34.0 of the CLI](https://github.com/gatehill/imposter-cli/releases), which was released in [Imposter...