Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

NS_BINDING_ABORTED error in HTTFOX

Avatar

Level 2

Hi,

I hope somebody can help me here. We have been experiencing issues with when testing customlinks with Firefox with the httpfox plugin. When we click on the link with is tagged with an onclick we are seeing the image request in httpfox but is given a 403 NS_BINDING_ABORTED error.  The clicks seem to still show up in the reports but we would like to stop this error from appearing.

Thanks in advance

Brian

1 Accepted Solution

Avatar

Correct answer by
Level 4

NS_BINDING_ABORTED error happens because the browser is navigated away from the page before it receives a response from adobe server. You can use a HTTP proxy tool like Fiddler or Charles to see the correct response code

This Adobe article explains about this in detail: http://adobe.ly/1op9SQ5

View solution in original post

2 Replies

Avatar

Community Advisor

Hi Brian,

 

It is a common issue. As JiMa explained it is due to the fact that either the adobe image request did not have enough time to be sent before the next webpage is loaded or the image request is ent correctly but the response was not received because the next webpage was loaded to fast.

 

1. With H code H.25 and above has updated the code to wait 500 ms before moving to the next page : http://microsite.omniture.com/t2/help/en_US/sc/implement/index.html#Manual_Link_Tracking_Using_Custo...

 

2.Another way to do it is to set up a timer to wait 500 ms before moving to next page. So send image request to adobe start timer (500 ms (I usually use 700ms)) then move to next page. The idea is that you will have to prevent the default action of the link first. 

 

3.The third solution is to open the link in a new tab target="_blank"

 

Best regards.

 

Alexis Cazes

Avatar

Correct answer by
Level 4

NS_BINDING_ABORTED error happens because the browser is navigated away from the page before it receives a response from adobe server. You can use a HTTP proxy tool like Fiddler or Charles to see the correct response code

This Adobe article explains about this in detail: http://adobe.ly/1op9SQ5