mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2025-06-06 22:57:55 +08:00
Testcases for URLEncoded contentType
This commit is contained in:
parent
c4ec44ca3e
commit
cc3aff9cbe
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -145,3 +145,19 @@ jobs:
|
|||||||
url: 'https://postman-echo.com/post'
|
url: 'https://postman-echo.com/post'
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
file: "${{ github.workspace }}/testfile.txt"
|
file: "${{ github.workspace }}/testfile.txt"
|
||||||
|
|
||||||
|
- name: Request Postman Echo POST URLEncoded string data
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
url: 'https://postman-echo.com/post'
|
||||||
|
contentType : 'application/x-www-form-urlencoded'
|
||||||
|
method: 'POST'
|
||||||
|
data: 'key=value'
|
||||||
|
|
||||||
|
- name: Request Postman Echo POST URLEncoded json data
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
url: 'https://postman-echo.com/post'
|
||||||
|
contentType : 'application/x-www-form-urlencoded'
|
||||||
|
method: 'POST'
|
||||||
|
data: '{"key":"value"}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user