appsmithorg / appsmithorg/appsmith

[Feature] Proxy support for API datasources

Open
#3,311 8 comments 3 reactions 0 assignees View on GitHub
Community Reported Enhancement Integrations Product Query & JS Pod Query Widgets & IDE Pod REST API plugin
Dominant language
TypeScript
Stars
40.9k
Forks
4.8k
Avg merge
1d 22h
Merged PRs (30d)
45

Description

## Summary

This issue to support proxy configuration on datasources. In some environments some APIs can only be accessible through an HTTP proxy. It could be a proxy to go outside a private network (on internet for example), or a proxy to access a specific subset of services inside this company.

## Motivation

As an Appsmith user in a corporate network, I would like to access to an internal API behind an HTTP proxy.

## Additional Context

I tried the Java way of configuring a proxy (https://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html) with no success. The risk with this approach is to proxify all the network flows. A per-datasource configuration seems to be more optimized.

Discussion started on Discord about this: https://discord.com/channels/725602949748752515/760761686549463060/814451065638223872

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.