204 error

  1. Mashiane

    B4J Question [SOLVED] jHttpUtils2: Trapping 204 No Content

    Hi there I'm using a rest api, apparently it returns a 204 "No Content" message however my wait for statement never gets to process this. Step 1: Get Access Token and Save it (This works perfectly!!!) 'get the access token Sub GetAccessToken() As ResumableSub Log("GetAccessToken")...
Top