Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

服务代理如何实现 #358

Open
JiquanZhong opened this issue Aug 13, 2024 · 1 comment
Open

服务代理如何实现 #358

JiquanZhong opened this issue Aug 13, 2024 · 1 comment

Comments

@JiquanZhong
Copy link

问题背景

我现在在做一个工具注册的平台,有不同的服务供应商会在这个平台上注册他们的API或者上传他们服务的SDK。
对于API注册,他们会提供url以及请求的方式及参数。所有服务提供商的信息都会在我开发的这个平台集成。所以我现在需要去管理这些注册的服务。
我的需求是:我想实现这个服务的匿名性:即服务使用者无法查看到服务的真实url信息,我去对服务的请求和响应做一个代理。请问这个能够使用这框架实现吗?还是说我需要进行二次开发才能实现。

@NickNYU
Copy link
Contributor

NickNYU commented Aug 21, 2024

我觉得你在问一个网关的东西

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants