PROBLEMAS CON EL ORCHESTRATOR

ME SALTA EL SIGUIENTE ERROR
Http failure response for https://cloud.uipath.com/leonardorey/DefaultTenant/orchestrator_/odata/Features/UiPath.Server.Configuration.OData.GetFeatureFlags(): 401 OK

Hi @Leonardo_Rey_Hernandez

Could you please more details on what you are trying to do?

And how have you tried to connect so far?

@Leonardo_Rey_Hernandez

are you trying some api ?

cheers

Hi @Leonardo_Rey_Hernandez

Can you please check below steps:

Headers Add necessary headers (like Authorization, Content-Type)
Request Method http request: Match the API docs (GET, POST, PUT, DELETE, etc.)
Body Formatting : Use Raw and select JSON or XML appropriately
Proxy/Firewall : Ensure your network allows outbound API calls
SSL Errors : If you’re seeing SSL issues, check the Ignore SSL errors option
API Key in URL : If passing API key in URL, make sure it is URL-encoded

Also do share the snip of error