Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different final header between two versions #2820

Closed
WhoisUnknown opened this issue Mar 13, 2020 · 0 comments · Fixed by #2844
Closed

Different final header between two versions #2820

WhoisUnknown opened this issue Mar 13, 2020 · 0 comments · Fixed by #2844

Comments

@WhoisUnknown
Copy link

Describe the bug
I have different result header request in 2 versions 18.1 and 19.2
This is not in changelog

To Reproduce
Create axios object and made any request

import ax from 'axios';
const axios = ax.create({
  headers: {
    LOCALE: ['ru'],
  },
});

Expected behavior
Same result header

Environment:

  • Axios Version [e.g. 0.18.0]
  • OS: Linux Mint
  • Browser: Chrome
  • Browser Version 80.0.3987.132
  • Additional Library Versions Vue 2.6.11

In 18.1
image

In 19.2
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants