-
Notifications
You must be signed in to change notification settings - Fork 2k
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
iron-ajax not posting data #1929
Labels
Comments
This issue tracker is for the core Polymer library, not elements created with Polymer. We'll get this moved to the right tracker for |
This issue was moved to PolymerElements/iron-ajax#66 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This does not post data correctly to the server. Also when i put in a console.log inside the iron-ajax.html file i found out that contentType was still set as
application/x-www-form-urlencoded
. The documentation says we can specifiy contentype by specifiyingcontentType = {String}
.The text was updated successfully, but these errors were encountered: