Hello!
I am trying to authenticate with an API. On Swagger it shows I need to use formData fields.
I can authenticate fine from Swagger, but I am unable to replicate this in my Flow.
Queries do not work and I cannot put the JSON in the body, it will return URL not found, and I believe this is because I don't have the username and password fields as formData in the URL.
Is anyone able to assist with how I will get my formData fields formatted in the request body please?
Thanks in advance!
to add to this, I get 404 error when trying the below JSON body, but I do get some headers returned:
{
"$content-type": "multipart/form-data",
"$multipart": [
{
"headers": {
"Content-Disposition": "form-data; name=\"username\""
},
"body": "*****"
},
{
"headers": {
"Content-Disposition": "form-data; name=\"password\""
},
"body": "*****"
}
]
}
Thanks!
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
21 | |
20 | |
9 | |
7 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
21 | |
11 |