Can any one let me know if the request coming to tfs is like this "http://test-test-app1:8080/tfs/_apis/distributedtask/pools/etc etc" if the url contains "/_apis/distributedtask/pools" which all types of request would send a URL like this to TFS, i mean
If I create a workitem will the request to TFS will have "/_apis/distributedtask/pools" ?
If I create build will the request to TFS will have "/_apis/distributedtask/pools" ?
In what all scenarios does the URL contains "/_apis/distributedtask/pools" ?
I have written TFS server side plugins and i want ignore if the server plugins receives a url which contains "/_apis/distributedtask/pools" but i do not want to affect the validations which i am doing in the plugins like
Validation fields in VS
Controlling the users who can upload a process template or a workitem witd
I do no want to affect these things.


