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

Enctype application/json Microsoft Edge #292

Open
7 tasks
dominikIncibit opened this issue Dec 6, 2018 · 0 comments
Open
7 tasks

Enctype application/json Microsoft Edge #292

dominikIncibit opened this issue Dec 6, 2018 · 0 comments

Comments

@dominikIncibit
Copy link

Description

We use the following code for our forms:

<iron-form id="ironForm">
    <form id="htmlForm" action="[[_url]]" enctype="application/json">

This works wonderfully in all browsers and submits the content as json. However Microsoft Edge doesn't support this enctype and just says 'invalid argument'. There is no way to submit the body in json format in Microsoft Edge

Expected outcome

Provide a way to submit the content in json format in all browsers

Actual outcome

The current method does not work in Microsoft Edge

Live Demo

Steps to reproduce

Use the code above. Microsoft Edge will complain

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • [x ] Edge
  • IE 11
  • IE 10
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

No branches or pull requests

1 participant