Run Schedule Task Remotely

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
what is command to run schedule task remotely

we do run something similar to below on nopcommerce server

http://www.abcwarehouse.com//login?ReturnUrl=%2fAdmin%2fScheduleTask%2fRunNow%2f272 -Method POST -Body $postParams

can you send curl command or similar  to run schedule task remotely

if you can send how to example of how to post login email and password in post command
4 years ago
Are you asking for a feature to run a schedule task without logging in to admin panel? If yes then develop an api endpoind first, which can accept your request from outside the application. Then put the same nopcommerce provided code in that api method which executed behind the scene, when Run now button is clicked.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.