Differences

This shows you the differences between two versions of the page.

Link to this comparison view

functions:url [2025/01/21 02:29]
optrix created
functions:url [2025/01/21 02:30] (current)
optrix
Line 2: Line 2:
  
 The **url** method is a [[style|function method]] that is used to act as a 'proxy' for another API. The **url** method is a [[style|function method]] that is used to act as a 'proxy' for another API.
 +
 +Unlike the [[redirect|Redirect]] method, this endpoint hides the URL of the eventual destination.
  
 It's generally used when there is something blocking network traffic between the end user and an existing API endpoint, or when the results from an API endpoint need to be translated/converted before use. It's generally used when there is something blocking network traffic between the end user and an existing API endpoint, or when the results from an API endpoint need to be translated/converted before use.