FacePlusPlus / facepp-java-sdk

Face++ SDK for Java, can be used in Android project.
http://faceplusplus.com/
179 stars 117 forks source link

Problem with POST requests #7

Open karlCobb opened 8 years ago

karlCobb commented 8 years ago

I can receive GET requests with no issue, but POST requests almost never return any data. The few times they return anything the "face" JSONArray is empty. I am using the USA server and am simply loading the file from the image. The API looks correct in terms of sending a multipart-entity and sending it to the right server. I feel like the problem could be with the server.