I'd like to fetch a specific url based on a user's name and provided query and work with the returned json. I need an eval in a urlfetch in an eval which gives me Error Connecting To Remote Server
mimimal example that does not work:
$(eval const resp = $(urlfetch $(eval "http://(www).$(eval "perdu").com/")); resp)while the following does:
$(urlfetch $(eval "http://(www).$(eval "perdu").com/"))
(can't include links)
There has been a post from 2017 where this was a proposed solution, yet it no longer works:
[Custom API] Using a URL from a variable/constant in urlfetch
Neither does the wiki example from the urlfetch doc.