Post Communication Fails on Chrome

Asked 1 years ago, Updated 1 years ago, 69 views

Currently, we are developing Chrome, which has enabled traditional browser add-ons from IE's screen, and transitioning to an external catalog screen with Chrome.

We are communicating via POST, but we are experiencing an incident where we cannot transition to an external catalog site (hereinafter referred to as an error) due to the loss of information on irregularly submitted forms.
The error does not occur every time, and when the error occurs, 1. the parameters are gone, 2. POST is changed to GET, and 3. requests have been issued multiple times.
Please refer to the attached image for details.

Could you tell me the solution to this error?
Enter a description of the image here

Note that if Chrome is pre-launched with browser add-ons enabled and transitions from IE screen to external catalog screen via Chrome, no errors will occur.

javascript google-chrome

2022-09-29 22:47

1 Answers

At this stage, I can only narrow down the possibilities, but

再現Please let me know if you know how to reproduce it clearly.
②Is the image of chrome side with temporary screen remaining and new tabs increasing as iframe?
③I'm not sure about the configuration, but the target of the form is self, but do you still have the value of the form after the second submission on the same screen that I opened once?
④Looking at the response data that is getting, it seems that it has been redirected on the catalog site, but has the cookies and parameters required for the post been properly taken over?(Or I gave it away even though I didn't need it)


2022-09-29 22:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.