You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use the following code to execute a function when a specified URL is requested but unless I use a POST request I see no way to execute the function on variable GET URL's.
server.addPath("/ajax", onAjax);
Is it possible to pass variables with a GET request? Perhaps there is a wildcard that would allow specifying of variable URL's?
The text was updated successfully, but these errors were encountered:
I can use the following code to execute a function when a specified URL is requested but unless I use a POST request I see no way to execute the function on variable GET URL's.
server.addPath("/ajax", onAjax);
Is it possible to pass variables with a GET request? Perhaps there is a wildcard that would allow specifying of variable URL's?
The text was updated successfully, but these errors were encountered: