What are you trying to achieve?
I have a FastAPI application with a frontend HTML, CSS and Js. This page receives data from a form and saves it. E Among the FastAPI methods I have a GET get-last-sumission method that gets the last data registered in the form and I would like to create a HTTP module that calls this method to get this data.
Steps taken so far
I have already created the HTTP module in my scenario, set the method type, the URL and the headers. But whenever I run it I get an invalid IP error. I don’t understand this error when I put the exact URL in the chrome browser and I get the result that I need in the scenario flow.
I attach screenshots of the FastAPI server running, the result obtained when searching the URL in chrome, how the HTTP module is created in Make and the error returned when running the automation.



