-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POST not working #6
Comments
hello, please re download the release and test again. once you have downloaded the release, you can check the version number like so :
you will get Vex 0.2-dev also sha1sum of ver.phar ( 0.2-dev version is ) 009681d6f1c33423f713ff8afea96bcafc33f396 |
I haven't really tested this on windows, will test the build on windows and revert back.. |
@rollbackpt can you please share the command you are running in plain text here ? |
@vamsiikrishna typed it out for them. Looks like: ./vex.phar vex http://127.0.0.1:8000 1000 10 -m "POST" -H "accept:application/json, text/plain, */*" -H "accept-language:en-IN,en-GB;q=0.8,en-US;q=0.6,en;q=0.4" -d "{\"message\": \"Hello world! Your JustAPIs instance is running correctly.\"}" Which works when I've tested. 🤔 I guess I may have typed it incorrectly though. |
Hi,
I downloaded the version
0.2-dev
ofvex.phar
and tryed your exampleand I get the following error:
Any help?
The text was updated successfully, but these errors were encountered: