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

Fix of handling server error for IE #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fornit1917
Copy link

Fix of issue #106

Fix have 2 steps:

  1. Instead append form to iframe, we append form in our page to body, but we submit this form to iframe (use attribute "target").
  2. If we have exception "permission denied" in IE, we can not get the error text from the server.
    Therefore we repeat request by ajax. In this case, we can get the response text for correct error handling

@txarly74
Copy link

txarly74 commented Apr 25, 2016

Thanks a lot for the fix ¡¡¡
Best regards.

@dvbarnz
Copy link

dvbarnz commented Dec 11, 2017

Feedback on this PR. On IE11 with version 1.44 - our app encounters 'SCRIPT70: Permission denied' errors using POST method. Applying part 1 of this #PR fixes it. The app is returning an HTTP 200 - so part 2 of the PR is not relevant to our use case. Thank you for the PR.

@johnculviner
Copy link
Owner

ill take a look at getting this in, thank you for the feedback

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 this pull request may close these issues.

None yet

4 participants