Basic auth request username and password

What are the username and password that “basic auth request” is seeking?

The use case is getting a rendered image from fal.ai.

I’ve read multiple documents without finding that answer.

Thank you!

@Caroline_Bogart ‘‘Basic AUth request’’ is for posting to a secured acconut that require password and username

Maybe i’m doing the wrong thing. In a previous scenario I used fal.ai and then used “get file” http to get the image data. WIth this api interface, this produces an authentication error. So I need to authenticate getting the file, which is where I’m lost.

I’m not sure if its same with fal.ai but usually the image is public for a while after generating. I’m using this to save it somewhere else for later use.

But HTTP Baisc Auth in the Browser or a GET request looks like this:

https://username:password@www.example.com

And for make.com there is a module “Make a Basic Auth request” (use GET)

That was my experience with fal until this ideogram api attempt.

Example of using a url but being locked out:
https://queue.fal.run/fal-ai/ideogram/requests/2bd59dd1-8136-41ed-806c-2daf65256392/status

Do you know how to send an authorized request to a fal url using make?
I don’t understand the make a basic auth request, as I clickt o “add” a connection and it hands me a username and password input screen.

I think you are mixing it together ‘‘get’’ is for retrieving and downloading while ‘‘post’’ is to sent information to a third party website. If you understand this you will understand which of the HTTPs reqests you need, Here

did you intend to paste your fb profile? Anyway thanks for the pointer.




When I call https://fal.run/fal-ai/flux-pro, I can get the result with an http get file.
But when I call https://queue.fal.run/fal-ai/ideogram/v2, the http get file “requires authorization”

Answer:

3 Likes