AlexeyKa
Results
1
issues of
AlexeyKa
**Describe the bug** I tried to send a GET request with a URL, which contains a colon and it failed with error 401. My request looks like ``` const url=`https://${process.env.API_KEY}:${process.env.API_SECRET}@${process.env.URL}/v2/profiles`;...
bug