personium / legacy-api-references

This repository is obsolete. Latest contents are maintained under new-docs. Therefore, please DO NOT open issues, fork or send pull request to this repository.
1 stars 8 forks source link

Line feed within single quotation is illegal #176

Open KourokiTakuto opened 5 years ago

KourokiTakuto commented 5 years ago

cURL Sample does not work properly when putting a line feed inside enclosed in single quotes. (Double quotation instead of single quotation may work correctly)

eg. 292_OAuth2_Authorization_Endpoint

curl "https://cell1.unit1.example/__authz" -X POST -i \
-d 'response_type=token&client_id=https://app-cell1.unit1.example/&\
redirect_uri=https://app-cell1.unit1.example/__/redirect.md&\
state=0000000111&username=account1&password=pass'

It is necessary to find and correct the target part.