-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Allow users to create simple proxy endpoints that forward requests to a target URL and return the response. This should require no custom code—just a field to enter the target URL.
Use case: Ideal for API passthroughs or testing third-party services locally.
Bonus: Allow optional request transformation (e.g., add headers) in a no-code format.