Using GET Methods

Test the hello procedure. This procedure is configured to use GET method, while ORPC by default uses POST for all other requests.

GET requests are cacheable, which can improve performance for read-only operations. Check the network tab in the developer panel to see the request. Requests with empty name are cached.

Hello Test
Test the hello procedure with optional name