Two Server Calls Firing on Page Load with Identical Information | Community
Skip to main content
Level 2
October 25, 2023
Solved

Two Server Calls Firing on Page Load with Identical Information

  • October 25, 2023
  • 1 reply
  • 1506 views

When I load a page on our website there are two server calls that fire. My understanding is that only one is being sent to Adobe but I would like to know why this is happening and how to make it stop - it is effecting our QA process. 

 

 

Best answer by gcc12

hi Denise, in my experience you'll see this if you're running the AEP Debugger during your session. I don't know the technical reason the Debugger does this but I have seen it. 

1 reply

gcc12Adobe EmployeeAccepted solution
Adobe Employee
October 25, 2023

hi Denise, in my experience you'll see this if you're running the AEP Debugger during your session. I don't know the technical reason the Debugger does this but I have seen it. 

Level 2
October 25, 2023

Thanks @gcc12 - I closed the debugger and it only fired one tag in the network tab. It doesn't always double fire with the debugger open. This was actually the first time we saw it happen, any thing we can do to prevent it would be helpful since we are dependent on it to QA. Or do you have any other Adobe tools for QA? 

 

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
October 26, 2023

The one with a status code 307 is a "debug redirect"... the one with the status code 200 is the actual tracking...

 

This didn't used to happen, it's new, and in the debugger itself its showing both calls without the distinction (making it extremely hard to debug right now).

 

For now, I am using Adobe's Debugger AND Omnibug (there is a setting in Omnibug to show / not show redirected values:

 

 

 

So I can see the clean calls in Omnibug, but still use the Adobe Debugger to get Post-Processed values....