Tagged Questions
1
vote
1answer
516 views
Custom routing for plugins
I am making a plugin that needs a page that can be accessed from the outside, pretty much like an API, and have the url like so,
http://xxxxx/custom_method?parameter=xxxxx&something=xxxx
is ...