Joel Whalen
05/06/2024, 4:40 PM2024-05-06 12:35:51 pact-stub-server-1 | 2024-05-06T16:35:51.313175Z DEBUG tokio-runtime-worker hyper::proto::h1::conn: parse error (invalid HTTP method parsed) with 230 bytes
2024-05-06 12:35:51 pact-stub-server-1 | 2024-05-06T16:35:51.313206Z DEBUG tokio-runtime-worker hyper::proto::h1::role: sending automatic response (400 Bad Request) for parse error
2024-05-06 12:35:51 pact-stub-server-1 | 2024-05-06T16:35:51.313262Z DEBUG tokio-runtime-worker hyper::proto::h1::io: flushed 84 bytes
but it's definitely a POST method, which of course works correctly with our normal endpoint. How can I fix this?Joel Whalen
05/06/2024, 4:42 PMJoel Whalen
05/06/2024, 6:29 PMhttps
instead of http
in the url