Request is loading twice in Microsft Edge Browser, when tried to open the URL in window.open The 2019 Stack Overflow Developer Survey Results Are InHow to open URL in Microsoft Edge from the command line?Reference return by window.open() is Undefined in Edge browserWindow.Open Issue in Microsoft Edge Browserwindow.open returns null or undefined in edge browserPass object to browser with window.open in EdgePass custom arguments to window.open in case of Edge browserEdge browser http request not workingChinese URL loads correctly in Edge but not other browsersEdge browser window.open() sizeWindow.open(url) opens two times in Edge browser v42.XXX
Write faster on AT24C32
Return to UK after being refused entry years previously
Identify boardgame from Big movie
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Is this app Icon Browser Safe/Legit?
What is the meaning of the verb "bear" in this context?
How to type this arrow in math mode?
Button changing it's text & action. Good or terrible?
Scaling a graph of a circle and the standard parabola in TikZ
How to obtain Confidence Intervals for a LASSO regression?
Worn-tile Scrabble
I see my dog run
How can I autofill dates in Excel excluding Sunday?
Geography at the pixel level
Did 3000BC Egyptians use meteoric iron weapons?
Can someone be penalized for an "unlawful" act if no penalty is specified?
Is a "Democratic" Oligarchy-Style System Possible?
One word riddle: Vowel in the middle
How to save as into a customized destination on macOS?
What does ひと匙 mean in this manga and has it been used colloquially?
"as much details as you can remember"
How are circuits which use complex ICs normally simulated?
Why did Acorn's A3000 have red function keys?
Can we generate random numbers using irrational numbers like π and e?
Request is loading twice in Microsft Edge Browser, when tried to open the URL in window.open
The 2019 Stack Overflow Developer Survey Results Are InHow to open URL in Microsoft Edge from the command line?Reference return by window.open() is Undefined in Edge browserWindow.Open Issue in Microsoft Edge Browserwindow.open returns null or undefined in edge browserPass object to browser with window.open in EdgePass custom arguments to window.open in case of Edge browserEdge browser http request not workingChinese URL loads correctly in Edge but not other browsersEdge browser window.open() sizeWindow.open(url) opens two times in Edge browser v42.XXX
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Hi I'm facing an issue that, onclick on hyper link calling script funciton which opens the URL in window.open.
In netwrok tab Noticed that URL request is sending twice, for one reposne code is 302(doesn have nay response data) and for another one response code is 200(which has reponse data), This behaviour in Microsoft edge browser.
In internet explore noticed behaviour is different, on click on hyperlink seeing request is sending twice, both requests are getting succesfull with response code 200 with proper response data.
Below is the code I've done so far of the Hyper link. Can some one help me why multiple request are triggering how to fix this to trigger only one request.
<a tabindex="13" title="This link will open a new browser window that contains the user details."
onclick="javascript:openChildWindow('http://xx.xx.xx.xxx:xxxx/xxxx/channel/session.cgi?sessargs=p47iorSBMUG1tKkTcNpjM4qNdGTees3H');return false;"
href="http://xx.xx.xx.xxx:xxxx/xxxx/channel/channel/session.cgi?sessargs=NliOOYGLmDf1yePDXopw8o2IMx2HYyg1">View details</a>
microsoft-edge
add a comment |
Hi I'm facing an issue that, onclick on hyper link calling script funciton which opens the URL in window.open.
In netwrok tab Noticed that URL request is sending twice, for one reposne code is 302(doesn have nay response data) and for another one response code is 200(which has reponse data), This behaviour in Microsoft edge browser.
In internet explore noticed behaviour is different, on click on hyperlink seeing request is sending twice, both requests are getting succesfull with response code 200 with proper response data.
Below is the code I've done so far of the Hyper link. Can some one help me why multiple request are triggering how to fix this to trigger only one request.
<a tabindex="13" title="This link will open a new browser window that contains the user details."
onclick="javascript:openChildWindow('http://xx.xx.xx.xxx:xxxx/xxxx/channel/session.cgi?sessargs=p47iorSBMUG1tKkTcNpjM4qNdGTees3H');return false;"
href="http://xx.xx.xx.xxx:xxxx/xxxx/channel/channel/session.cgi?sessargs=NliOOYGLmDf1yePDXopw8o2IMx2HYyg1">View details</a>
microsoft-edge
I made a test with MS Edge and able to produce the issue. In my testing I made a test with Edge 42 and Edge 44. In both versions of Edge, Issue is producible with any request. I will try to provide feedback to Edge developers regarding this issue. Thanks for your understanding.
– Deepak-MSFT
Mar 11 at 5:29
add a comment |
Hi I'm facing an issue that, onclick on hyper link calling script funciton which opens the URL in window.open.
In netwrok tab Noticed that URL request is sending twice, for one reposne code is 302(doesn have nay response data) and for another one response code is 200(which has reponse data), This behaviour in Microsoft edge browser.
In internet explore noticed behaviour is different, on click on hyperlink seeing request is sending twice, both requests are getting succesfull with response code 200 with proper response data.
Below is the code I've done so far of the Hyper link. Can some one help me why multiple request are triggering how to fix this to trigger only one request.
<a tabindex="13" title="This link will open a new browser window that contains the user details."
onclick="javascript:openChildWindow('http://xx.xx.xx.xxx:xxxx/xxxx/channel/session.cgi?sessargs=p47iorSBMUG1tKkTcNpjM4qNdGTees3H');return false;"
href="http://xx.xx.xx.xxx:xxxx/xxxx/channel/channel/session.cgi?sessargs=NliOOYGLmDf1yePDXopw8o2IMx2HYyg1">View details</a>
microsoft-edge
Hi I'm facing an issue that, onclick on hyper link calling script funciton which opens the URL in window.open.
In netwrok tab Noticed that URL request is sending twice, for one reposne code is 302(doesn have nay response data) and for another one response code is 200(which has reponse data), This behaviour in Microsoft edge browser.
In internet explore noticed behaviour is different, on click on hyperlink seeing request is sending twice, both requests are getting succesfull with response code 200 with proper response data.
Below is the code I've done so far of the Hyper link. Can some one help me why multiple request are triggering how to fix this to trigger only one request.
<a tabindex="13" title="This link will open a new browser window that contains the user details."
onclick="javascript:openChildWindow('http://xx.xx.xx.xxx:xxxx/xxxx/channel/session.cgi?sessargs=p47iorSBMUG1tKkTcNpjM4qNdGTees3H');return false;"
href="http://xx.xx.xx.xxx:xxxx/xxxx/channel/channel/session.cgi?sessargs=NliOOYGLmDf1yePDXopw8o2IMx2HYyg1">View details</a>
microsoft-edge
microsoft-edge
edited Mar 8 at 11:46
M.K
962825
962825
asked Mar 8 at 9:24
Harish KolliparaHarish Kollipara
114
114
I made a test with MS Edge and able to produce the issue. In my testing I made a test with Edge 42 and Edge 44. In both versions of Edge, Issue is producible with any request. I will try to provide feedback to Edge developers regarding this issue. Thanks for your understanding.
– Deepak-MSFT
Mar 11 at 5:29
add a comment |
I made a test with MS Edge and able to produce the issue. In my testing I made a test with Edge 42 and Edge 44. In both versions of Edge, Issue is producible with any request. I will try to provide feedback to Edge developers regarding this issue. Thanks for your understanding.
– Deepak-MSFT
Mar 11 at 5:29
I made a test with MS Edge and able to produce the issue. In my testing I made a test with Edge 42 and Edge 44. In both versions of Edge, Issue is producible with any request. I will try to provide feedback to Edge developers regarding this issue. Thanks for your understanding.
– Deepak-MSFT
Mar 11 at 5:29
I made a test with MS Edge and able to produce the issue. In my testing I made a test with Edge 42 and Edge 44. In both versions of Edge, Issue is producible with any request. I will try to provide feedback to Edge developers regarding this issue. Thanks for your understanding.
– Deepak-MSFT
Mar 11 at 5:29
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55060157%2frequest-is-loading-twice-in-microsft-edge-browser-when-tried-to-open-the-url-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55060157%2frequest-is-loading-twice-in-microsft-edge-browser-when-tried-to-open-the-url-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I made a test with MS Edge and able to produce the issue. In my testing I made a test with Edge 42 and Edge 44. In both versions of Edge, Issue is producible with any request. I will try to provide feedback to Edge developers regarding this issue. Thanks for your understanding.
– Deepak-MSFT
Mar 11 at 5:29