Skip to content

Pass through plugin #926

@waldekmastykarz

Description

@waldekmastykarz

Offer a plugin that allows to pass through requests to a backend API. This would be invaluable for debugging/examining API requests in cloud service integration scenarios, where a cloud service calls a remote API and you want to examine what's on the request and response.

The usage scenario would be as follows:

  • you start a dev tunnel on a local machine

  • you register the tunnel URL with the cloud service calling the API

  • you configure the pass through dev proxy plugin to pass requests to the dev tunnel URL to a specified target URL

  • when the cloud service calls the dev tunnel, the pass through plugin picks up the request, changes its URL to the target backend URL, passes the request through

  • users can examine the data about the intercepted request and returned response using the DevToolsPlugin

  • build plugin

  • add schema

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions