-
Notifications
You must be signed in to change notification settings - Fork 327
File upload does not work with altair #262
Comments
But with curl is worked! |
Isn't this a problem of altair itself though? This lib only provides an easy means of exposing altair. |
@oliemansm the error @Selectorrr is having is due to setting the Content-Type header as application/json. I can replicate this here.But then I bump into the another error. curling get me the same result also
|
I've just tried this too and indeed Altair is sending the wrong Content-Type, i.e. Have you checked their repo if there are known issues? Or perhaps it's already solved in a more recent version of Altair, which you could load using the cdn setting. |
Apparently the |
Bad POST multipart request: no part named "graphql" or "query" getting this while sending response through potman |
Here is an example
This is an example request:
Error in console:
The text was updated successfully, but these errors were encountered: