How to request a webpage (not fetch anything from it?)

I have an API set up to go out to the router but I need the router to request a webpage that holds the API for it to go out to the router and get info from it

So I need to find a way to request via http (tool fetch didn’t seem like it would work..).

It needs to do something like

http://siteIP/update/routerIP/Number

“/tool fetch” should totally work. Just don’t save the contents, e.g.
/tool fetch url=“http://siteIP/update/routerIP/Number” keep-result=noIn fact, since the router is doing the request, you don’t even need the “routerIP” component of the URL - you can infer it from the request.