We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bproxy.config.js
const config = { https: [], port: 8888, host: [], }; config.rules = [{ regx: 'http://qq.com/test', responseHeaders: { "Access-Control-Allow-Origin": "http://v.qq.com", "Access-Control-Allow-Credentials": "true", }, }]; module.exports = config;