-
Notifications
You must be signed in to change notification settings - Fork 412
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
What format for Post data #63
Comments
@rohanthewiz isn't this related to #48? |
Oops. Thanks! I needed |
Still, it would be good to document this. |
Perhaps we could dump that text into request headers on switch to POST in the UI. That'd be nice :-D |
Maybe that string could be provided in the help too. This is a FANTASTIC presentation tool esp. to devs, so making it easy to switch between GET and POST just makes it that sweeter. Perhaps in the long run, a novice and expert mode, saving settings to a config file. |
I have tried POSTing some data, however the server gets blank data. What is the expected format for POST, and PUT data?
title="My Good Book"
and similar combinations don't workPerhaps a line in the README would help out.
Thanks!
The text was updated successfully, but these errors were encountered: