http job error

  1. D

    Android Question HttpJob not connecting to Localhost

    I have a weird error and hope someone can point me in the right direction. I have a backend API which I am running on localhost for Dev purposes. The API works perfectly when I test it using Postman. It also used to also work perfectly when I was using B4A. Unfortunately, it just stopped...
  2. A

    Android Question httpjob problem

    Hi i cant download any text file with httpjob. file download but don't show any things. when i log from my text file (here is a json file from host) show this Error. full Error is: <html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var...
  3. Flavio SOuza

    Android Question ResponseError. Reason: javax.net.ssl.SSLHandshakeException: Connection closed by peer, Response:

    <code> Dim j As HttpJob j.Initialize("", Me) ' j.Download("https://www.beneficiossociais.caixa.gov.br/consulta/beneficio/04.01.00-00_00.asp") </code> Erro open, https://www.beneficiossociais.caixa.gov.br/consulta/beneficio/04.01.00-00_00.asp ResponseError. Reason...
  4. elitevenkat

    Android Question payment gateway

    i am trying to open a payment gateway. i am using a webview control. j.PostMultipart("https://secure.zzzzzz.in/_zzzzent",mapjson,Null) and get following error : Failed to load file:///zzzz/op/v1/redirect?_r=0.5466419911248204&paymentId=///: Cross origin requests are only supported for...
Top