Im currently writing a application where i need to let my other server queue base on request and after that, the application from my server send back a small data of whether it s finished, still queueing, how many percent, item id, etc...
Is there any way i can accomplish this? since i dont want my other server to run another Http instance to expose to the outside world and is there anyway to authenticate each call between the 2 server?
Thank you very very very much. :)