Is there a way to use curl to do a multipart/form-data
post and specify that the data is application/json
? It doesn't have to be curl.
相关问题
- Is shmid returned by shmget() unique across proces
- Google Apps Script: testing doPost() with cURL
- how to get running process information in java?
- Can I skip certificate verification oracle utl_htt
- Error building gcc 4.8.3 from source: libstdc++.so
This is what I use, and it works fine
Note: I'm on Windows, hence the requirement for double quotes
Or