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
A little background: Im using this to upload to GCP Storage. Good news is : I do have an entry created on GCP but with 0 bytes.
It seems like the Content-Length stays at 0.
I tried many things related to the byte array that i sent. Trying with some annotations like @RequestBody, i also tried with some OutputStream, nothings seems to fix the thing.
A lot of time it happens to return also this error Caused by: org.apache.http.ProtocolException: Content-Length header already present
And on top of that, it seems like i can't find anything on google related to Microprofile byte array.
Is this feasible in the end ?!
Thanks.
Im running on Quarkus, with this lib : microprofile-rest-client-api-1.4.1.jar
Thank you.
The text was updated successfully, but these errors were encountered:
I just want to send a byte array that would correspond to the curl method as is
I tried so many things ..... nothing seems to work.
The further i went is this
A little background: Im using this to upload to GCP Storage. Good news is : I do have an entry created on GCP but with 0 bytes.
It seems like the Content-Length stays at 0.
I tried many things related to the byte array that i sent. Trying with some annotations like @RequestBody, i also tried with some OutputStream, nothings seems to fix the thing.
A lot of time it happens to return also this error
Caused by: org.apache.http.ProtocolException: Content-Length header already present
And on top of that, it seems like i can't find anything on google related to Microprofile byte array.
Is this feasible in the end ?!
Thanks.
Im running on Quarkus, with this lib : microprofile-rest-client-api-1.4.1.jar
Thank you.
The text was updated successfully, but these errors were encountered: