fetch

  1. A

    B4J Question [BANANO] [SOLVED] fetch api cors error?

    i try connect banano to jserver 0n other domain, with this code: Dim response As BANanoFetchResponse Dim data As String Dim fo As BANanoFetchOptions fo.Initialize fo.Method = "POST" fo.Body = BANano.ToJson(CreateMap("q":"Conect","p":Array(),"l":0)) fo.Headers =...
Top