appsmithorg / appsmithorg/appsmith
[Feature] Proxy support for API datasources
- Vorherrschende Sprache
- TypeScript
- Sterne
- 40.9k
- Forks
- 4.8k
- Ø Merge
- 1 T. 22 Std.
- Gemergte PRs (30 T.)
- 45
Beschreibung
## 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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.