Update mime type

Of course the question now is: does Microsoft use the right mime type?
This commit is contained in:
Pete Birkinshaw 2018-02-07 10:37:13 +00:00 committed by GitHub
parent 8251a1313d
commit dcc6918a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,6 @@ echo $REQUEST | xmllint --pretty 1 -
echo $REQUEST |
curl -k \
-d @- \
-H "Content-Type: application/vnd.paos+xml" \
-H "Content-Type: text/xml" \
--basic -u $CRED \
$URL