Original url is click/verifytoken/
, but it is requesting to
click%E2%80%8B/verifytoken%E2%80%8B/
this url, I didn't add
'content-type': 'application/x-www-form-urlencoded;charset=utf-8'
, and it shows 404 Not Found
what is the reason?
Asked
Active
Viewed 423 times
0

Tolib Rakhmonov
- 83
- 8
-
which axios have you used in your project ,original `axios` or `@nuxtjs/axios`? – DengSihan Jan 15 '21 at 06:16
-
using @nuxt js/axios – Tolib Rakhmonov Jan 15 '21 at 06:18
-
show your `plugins/axios.js` and `nuxt.config.js` – DengSihan Jan 15 '21 at 06:20
1 Answers
0
When copy and pasted, invisible spaces were present in the route you provided. Did you copy that route from somewhere else, like MS Word?
If you write the URL yourself from scratch, you won't have this issue.

TheYuriG
- 134
- 1
- 9

Tolib Rakhmonov
- 83
- 8