Merge pull request #13 from somewhereinthepacific/master
Do not discard "newlines" on forged request body
This commit is contained in:
@@ -71,7 +71,7 @@ plat="<PLAT>"
|
||||
useragent="<USERAGENT>"
|
||||
token=$CSD_TOKEN
|
||||
|
||||
run_curl --data-ascii @- "$host/+CSCOE+/sdesktop/scan.xml?reusebrowser=1" <<-END
|
||||
run_curl --data-binary @- "$host/+CSCOE+/sdesktop/scan.xml?reusebrowser=1" <<-END
|
||||
<ENDPOINT>
|
||||
END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user