Triggering REST to get new UUID not working for the second time

評論

1 條評論

  • Avatar
    Harish Lakshmana

    Rafael, I am guessing this is due to browser cache since Workflow/GetUUID is GET API. 

    Consider something like this when you prepare URL, so that URL is always different and new value is returned.

    "https://mydomain:9011/AgilePointServer/Workflow/GetUUID?" + Date.now() ;

    0
    評論操作 永久連結

登入寫評論。