Created
February 9, 2019 17:00
-
-
Save ivan-hilckov/3835693fb617f3014bdf939e399c5824 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl 'http://localhost:3000/api/project-unit-attach/' | |
-H 'Pragma: no-cache' | |
-H 'Origin: http://localhost:3000' | |
-H 'Accept-Encoding: gzip, deflate, br' | |
-H 'Accept-Language: en-US,en;q=0.9,ru-RU;q=0.8,ru;q=0.7' | |
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36' | |
-H 'Content-Type: multipart/form-data; boundary=----WebKitFormBoundarylWSEVMfoFbMJtzUd' | |
-H 'Accept: application/json' | |
-H 'Cache-Control: no-cache' | |
-H 'Referer: http://localhost:3000/project/21/upload/unit-attach/164' | |
-H 'Cookie: __sec__=31B3vGESxOndP9TfZ2HIbsCH7FbmvIbtfu0BJ7V0zriUMLrwANiyh1Qtw8stNAXb; __id__=587na1ngwvev0z150khxqvu8m36pm67l' | |
-H 'Connection: keep-alive' | |
-H 'DNT: 1' --data-binary $'------WebKitFormBoundarylWSEVMfoFbMJtzUd\r\nContent-Disposition: form-data; name="file"; filename="dem (1).tif"\r\nContent-Type: image/tiff\r\n\r\n\r\n------WebKitFormBoundarylWSEVMfoFbMJtzUd\r\nContent-Disposition: form-data; name="kind"\r\n\r\n2\r\n------WebKitFormBoundarylWSEVMfoFbMJtzUd\r\nContent-Disposition: form-data; name="project_unit"\r\n\r\n164\r\n------WebKitFormBoundarylWSEVMfoFbMJtzUd--\r\n' --compressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment