Diferences between orchestrator http request and http request

Hi all,
im new here, i need know what is the diference between orchestrator http request and http request, if somebody could help me, I would be very grateful.

Thanks a lot.

Hello,

Using “Orchestrator HTTP Request” you can make calls to UIPath Orchestrator API. But by using HTTP request you can make calls to any other API using endpoint URL

Could you tell me an example of each one?, it’s just to understand it better

Thanks,

Perform Http request to orchestrator API by authenticating under the Robot it is executed on.You can use the GET,POST,and DELETE verb to extract the data and send specific information through JSON.
Http (Hyper Text Transfer Protocol ) is basically a protocol which act as a interface between the client and server.