We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x-www-form-urlencoded
The following request cannot be made presently using Lama2:
curl --request POST \ --url http://localhost:3000/oauth/token \ --header 'Authorization: Basic YXBwbGljYXRpb246c2VjcmV0' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data grant_type=password \ --data username=pedroetb \ --data password=password
We have the MULTIPART keyword, but that is not exactly x-www-form-urlencoded. The difference between these two options can be found at SO
MULTIPART
Maybe we could have something as simple as:
POST FORM http://xyz a=b c=d
The text was updated successfully, but these errors were encountered:
Merge pull request #29 from firecamp-io/feat/platform
1d9a9a8
Feat/platform
RijulTP
No branches or pull requests
The following request cannot be made presently using Lama2:
We have the
MULTIPART
keyword, but that is not exactlyx-www-form-urlencoded
. The difference between these two options can be found at SOMaybe we could have something as simple as:
The text was updated successfully, but these errors were encountered: