Merge pull request #13 from somewhereinthepacific/master

Do not discard "newlines" on forged request body
This commit is contained in:
Corey Gilks
2020-06-16 11:09:51 -04:00
committed by GitHub

View File

@@ -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