Angular配合https-proxy-agent只有在带有尾随斜杆时才起作用-我错过了什么?
创始人
2024-10-28 19:30:10
0

这可能是由于您的API端点需要斜杠(/)而导致的问题。您可以尝试在注入HTTP Client时使用HttpClientModule的最后一个参数,该参数是一个对象,其中包含基础URI。例如:

import { NgModule } from '@angular/core';
import { HttpClientModule, HttpClient } from '@angular/common/http';
import { HttpProxyAgent } from 'https-proxy-agent';

@NgModule({
  imports: [
    HttpClientModule
  ]
})

export class MyModule {
  constructor(private http: HttpClient) {
    const httpProxy = 'http://proxyserver.com:8080';
    const agent = new HttpProxyAgent(httpProxy);

    const options = {
      // include a trailing slash if necessary
      baseUrl: 'https://api.example.com/'
    };

    this.http = new HttpClient({
      ...options,
      // include the agent to proxy requests
      httpClientBackend: {
        ...options,
        proxy: {
          agent
        }
      }
    });
  }
}

在options对象中,您可以将baseURL设置为API的基本URI,并确保它以正斜杠结尾。接下来,在构造函数中,您可以使用HttpClient的最后一个参数来配置http客户端以使用代理。

通过这种方式,您的API路径将始终以正斜杠(/)结尾,而不必手动添加它。

相关内容

热门资讯

透视科普!pokemmo手机版... 透视科普!pokemmo手机版脚本(透视)wepoker私人局透视插件,教程指南书(有挂技巧)-哔哩...
智星德州插件怎么下载!hhpo... 智星德州插件怎么下载!hhpoker德州真的假的(透视)app-本来分享是真的挂1、操作简单,无需智...
透视专业!wepokerplu... 透视专业!wepokerplus辅助(透视)wpk透视是真的吗,教程教材(有挂攻略)-哔哩哔哩1、每...
WePOker有没有透视方法!... WePOker有没有透视方法!aapoker怎么设置提高好牌几率(透视)技巧-总是了解真的是有挂1、...
透视揭露!wepokerplu... 透视揭露!wepokerplus开挂(透视)wpk透视最怕三个东西,教程法子(有挂头条)-哔哩哔哩1...
hhpkoer辅助挂是真的吗!... hhpkoer辅助挂是真的吗!wepoker辅助透视软件(透视)方法-其实专业存在有挂在进入hhpk...
透视关于!hhpkoer辅助器... 透视关于!hhpkoer辅助器视频(透视)hhpoker为什么一直输,教程教材(有挂头条)-哔哩哔哩...
aapoker插件!cloud... aapoker插件!cloudpoker怎么开挂(透视)软件-真是科普是真的挂1、这是跨平台的clo...
透视科普!来玩德州破解器(透视... 透视科普!来玩德州破解器(透视)wepoker透视有用吗,教程学习(有挂助手)-哔哩哔哩1、不需要A...
hhpoker德州透视!pok... hhpoker德州透视!pokemmo手机脚本(透视)app-本来开挂真的是有挂1、完成pokemm...