-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb_httpbin.xml
More file actions
14 lines (13 loc) · 664 Bytes
/
Copy pathweb_httpbin.xml
File metadata and controls
14 lines (13 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Test POST using https://httpbin.org</comment>
<entry key="httpRequestMethod">POST</entry>
<entry key="httpUrl">https://httpbin.org/post</entry>
<entry key="httpHeader.Accept.1">text/html</entry>
<entry key="httpHeader.Accept.2">text/plain</entry>
<entry key="httpHeader.Cookie.first">foo</entry>
<entry key="httpHeader.Cookie.second">bar</entry>
<entry key="httpBody.param1"><![CDATA[Param #1]]></entry>
<entry key="httpBody.param2"><![CDATA[Param #2]]></entry>
</properties>