okhttputils

  1. aeric

    B4J Question [Solved] Posting JSON to Shopee API

    Shopee is an e-commerce platform. The documentation for their Open API is avaialble at https://open.shopee.com/documents?module=63&type=2&id=53 I have developed a B4J Non-UI app but unable to get the expected results. B4J: When I use Postman to post the request, I get the correct result...
  2. mcqueccu

    Android Question okhttputils with delayed Javascript

    Hello, I am trying to get direct extracted youtube link from this website savefrom.net, But the httputils completes before the page is fully loaded, so I am unable to get the link. The Link comes behind a download button and it seems its loaded by a javascript I need help in extracting the...
  3. mcqueccu

    B4J Question When to Use SetContentType or SetHeader("Content-Type", ...)

    Hi, Am using jOkhttputils2 to call an API The main transaction method uses POST and the call was successful whiles using setContentType to set the header But when using GET request to check the status of the transaction setContentType keeps giving me an error. Meanwhile...
Top