Http Request node with filter

Describe the problem/error/question

What is the error message (if any)?

Hello I need to fetch the same data as I get in UI

for Instance I go to my xyz.com application page and I apply many filters to get data
some are drop down, some are input field.

Hey! I see what you mean, you want your HTTP Request node to fetch exactly what you see in the UI after applying filters. The trick is to capture the request your app sends when you use those filters (via DevTools → Network) and replicate it in your node, including all params and headers. I can show you a quick step-by-step to get it working perfectly. want me to do that ?