You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been trying to send request to API server, it requires multipart field as its ContentType. But when i checked with the API provider, they said that the json data is not been received in their server, only the header. I have used this method for other API request that they have and it works well. The only difference is that the other have file upload and this one doesn't.
Does anyone have experienced this?
Any solution / help will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
Can you ask the API provider to give you a native cURL example of what the syntax should look like? If you have that, it should be pretty easy to transfer that into the package syntax
Can you ask the API provider to give you a native cURL example of what the syntax should look like? If you have that, it should be pretty easy to transfer that into the package syntax
I have asked them, unfortunately they don't have any examples yet.
Hi, I have been trying to send request to API server, it requires multipart field as its ContentType. But when i checked with the API provider, they said that the json data is not been received in their server, only the header. I have used this method for other API request that they have and it works well. The only difference is that the other have file upload and this one doesn't.
Does anyone have experienced this?
Any solution / help will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: