REST API not working using curl from command prompt - Linux #2287
-
|
Hi, The registry is working because the UI shows up and I've been able to load some definitions from there. Will return: <title>Error</title>HTTP method POST is not supported by this URLI guess I might be doing something wrong. Thank you!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Can you include the docker command you used to start registry? I just tested this locally and your
And then I just copy/pasted your command (and piped it to Works! Try this:
Does that work? |
Beta Was this translation helpful? Give feedback.
Can you include the docker command you used to start registry? I just tested this locally and your
curlcommand worked perfectly for me. Here's what I did:docker run -it -p 8081:8080 apicurio/apicurio-registry-mem:latest-releaseAnd then I just copy/pasted your command (and piped it to
jq):