2

I read that it is not a good practice. But I'm ok with it. I am now calling the action from the browser url with a route to the action but I would like to be able to call directly from the command line without opening the browser. I do not want to call the action when I start the server, as I may need to run different actions and/or several times in each session.

Mahabub Islam Prio
  • 1,075
  • 11
  • 25
Francisco
  • 183
  • 1
  • 12

1 Answers1

1

You can use curl to create http requests from command line.

luckyruby
  • 273
  • 1
  • 7