jarrodek / ChromeRestClient

ARC Chrome is deprecated. Please move to https://github.com/advanced-rest-client/arc-electron/
Apache License 2.0
370 stars 98 forks source link

Unable to POST files #1165

Open Mikako-ff opened 5 years ago

Mikako-ff commented 5 years ago

I am troubled that unable to POST files, how can I do this..

Environment : Windows 10 x64 + Chrome 72.0.3626.96 + ARC 10.0.12 Windows 7 x32 + Chrome 69.0.3497.100 + ARC 10.0.12

Server application responsed "Not a multipart contents.", so, I edited the [Headers]-[Content-Type] from "multipart / form-data" to "multipart / form-data; boundary = test" but server sais "MIME multipart message is not complete."

Anytime "Content-Length: 15" in spite of choosing any file. Server log saids, server received 2866 Bytes.

Is it same to "issues #945", or my procedure is wrong???

regards.

image

Mikako-ff commented 5 years ago

image

jarrodek commented 5 years ago

Hi, I cannot currently update this version of the application. Suggested walkaround is to use ARC desktop client: https://github.com/advanced-rest-client/arc-electron/releases Note, you need to move your data manually using import / export feature.

Mikako-ff commented 5 years ago

Thank you for your reply. Now I installed the 13.0.4. Won't the desktop application work using a client certificate ? I read this -> https://github.com/advanced-rest-client/arc-electron/wiki/FAQ#certificate-doesnt-work