Using multipart body in both connector & request #383
Unanswered
arsel-5lvxa7b1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey @ArselMuginov thank you for your patience on my response. I'm a little confused by your issue, unfortunately - merging multipart bodies should work as only one boundary is picked (I believe). Are the properties called the same name or is each multipart value different? Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Seems like having a common parameter in connector & having own parameters in request is not possible now in Saloon (version 3.7.0).
I tried to send a request to the same Laravel server and request has no data with
->all()
or->getContent()
.Also in documentation there seems to be an error here, there is no
HasMultipartValue
trait, I tried to useHasMultipartBody
, doesn't work.Maybe it's because of different boundaries in connector & request?
Also, when using Laravel HTTP sender, the parameters are not saved by Telescope on HTTP Client page. When I use
Http::asMultipart()->post()
, I can see the parameters.Beta Was this translation helpful? Give feedback.
All reactions