innovelsolutions.com

This is where you should report issues arising from the subscription filters.
Locked
dholbert
New Member
New Member
Posts: 6
Joined: Tue Oct 10, 2017 7:11 pm

innovelsolutions.com

Post by dholbert »

Steps to reproduce:
(1) Visit https://www.innovelsolutions.com/#/tracking?ID=12345

Expected results: Delivery tracking page should show up (and reports that 12345 is an a bogus tracking ID)
Actual results: The page's header and footer loads (with logo and menus), but main content area is blank.

Alternate steps:
(1) Load https://www.innovelsolutions.com
(2) Click "Tracking" at top right.
Expected results: I should be directed to delivery tracking page.
Actual results: I'm left at the same page; nothing changes.

In both cases, uBlock Origin's logging shows that I got an EasyPrivacy block for a rule "/tracking/tracking." in EasyPrivacy, for an attempted XHR to https://www.innovelsolutions.com/views/partials/tracking/tracking.html

If I allow that load (by adding

Code: Select all

@@||https://www.innovelsolutions.com/views/partials/tracking/tracking.html
to My Filters on my dashboard), then the page still fails to load, with failures for the "/api/tracking/" rule, due to an XHR to https://www.innovelsolutions.com/innovel-services/api/tracking/12345

If I add

Code: Select all

@@||https://www.innovelsolutions.com/innovel-services/api/tracking/
to my filters as well, *then* everything loads fine.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

dholbert
New Member
New Member
Posts: 6
Joined: Tue Oct 10, 2017 7:11 pm

Post by dholbert »

Thank you!
Locked