Skip to content
Discussion options

You must be logged in to vote

I think this is more of an issue with Docker, curl, or wsl in Windows, rather than something in Hydra.

I did run the Hydra quickstart recently on Windows and it worked fine, happy to see if I can reproduce your issue on my machine if you don't find a solution.
Did you write your own hydra.yaml, and if so could you post it, possibly with instructions on how I could reproduce it?

For curl I found:

It seems that Windows curl doesn’t like single quotes. This works:
curl -g -H "Content-type: application/json" -X POST -d "{\"text\":\"Patrick This is a line of line of text.\"}"
Putting every string in double quotes and escape any double quotes within with a .
And it needs the header line.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vinckr
Comment options

Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants