TigerGraph GraphStudio API

This is where you should report issues arising from the subscription filters.
Locked
songrenchu
New Member
New Member
Posts: 2
Joined: Tue Nov 30, 2021 9:39 pm

TigerGraph GraphStudio API

Post by songrenchu »

Hi Easy List team,

My name is Renchu and I am an engineering manager of TigerGraph, a graph database startup. Our team owns a developer tool product named GraphStudio, which is a web application.

We noticed that Adblock blocks one of the API calls from GraphStudio front-end to backend, and the block was due to EasyList. Here is the API that is blocked:

Code: Select all

http://<IP>:14240/api/config?key=GUI.ClientIdleTimeSec&key=GUI.GraphStatCheckIntervalSec&key=GUI.EnableDarkTheme
Note that this API is not always blocked, but we have seen this twice in our internal test. One IP that has this behavior is http://104.197.106.242. The machine is offline now so we don't have an environment to reproduce now.

We want to learn more about why this API triggers a block in the rule? All the keys in the API is very specific for our internal use and it doesn't look like Ad. With this API blocked, it will make our GraphStudio not usable by part of our customers, is it possible to remove this limit from EasyList part?

API blocked:
https://drive.google.com/file/d/1r8wp3M ... sp=sharing
GraphStudio error:
https://drive.google.com/file/d/1WUHgGy ... sp=sharing

Best,
Renchu
Moved from Ad Blocking Topics to Report incorrectly removed content on Wed Dec 01, 2021 9:07 am by LanikSJ

User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12232
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Under the Adblock tab (from the screenshot), what items are shown as blocked?
songrenchu
New Member
New Member
Posts: 2
Joined: Tue Nov 30, 2021 9:39 pm

Post by songrenchu »

The UI link to GraphStudio:
http://104.197.15.137:14240/

The API that is blocked is:
http://104.197.15.137:14240/api/config? ... eDarkTheme
104.197.15.137

Here is the screenshot from Adblock plugin:
https://drive.google.com/file/d/1uMRWJY ... sp=sharing
Last edited by songrenchu on Wed Dec 08, 2021 1:21 am, edited 2 times in total.
Locked