Skip to content

[Bug] Axios invalid URL #10070

@code-farmer-i

Description

@code-farmer-i

Search before asking

  • I had searched in the issues and found no similar issues.

Apache SkyWalking Component

NodeJS Server Side Agent (apache/skywalking-nodejs)

What happened

Throw invalid URL when I use axios

What you expected to happen

no exception

How to reproduce

const demoServer = axios.create({
  baseURL: 'http://test.com.cn',
});

demoServer.request({
    method: 'post',
    url: '/api/demoApi',
  });

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

bugSomething isn't working and you are sure it's a bug!nodejsNodeJS backend agent related

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions