You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just want to encode the Chinese request header attributes in request interceptor,
eg: config.headers.oprtName = encodeURIComponent(config.headers.oprtName),
but now config.headers.oprtName is empty.
Just want to encode the Chinese request header attributes in request interceptor,
eg:
config.headers.oprtName = encodeURIComponent(config.headers.oprtName),but now
config.headers.oprtNameis empty.It works in versions before 1.15.0.
reproduction