Dear community,
wanna use a local Proxy in B4J to avoid CORS Problems.
This is the Try:
Sub Process_Globals
Dim ho As String
Dim po As Int
End Sub
Sub AppStart (Args() As String)
ho="192.168.043.075" 'local ip
po=8080
Dim j As HttpJob
j.Initialize("j", Me)...
I try to use the proxy settings for HttpJob.
This is my code:
SetSystemProperty("http.proxyHost", ProxyHost)
SetSystemProperty("http.proxyPort", ProxyPort)
SetSystemProperty("http.proxyUser", ProxyUsername)
SetSystemProperty("http.proxyPassword", ProxyPassword)...
Hello, i was searching if there is a way to detect when the user is connected to a proxy in cellphone. I found this link about proxy https://developer.android.com/reference/java/net/Proxy
Is there a way to implement this in B4A? And Could i detect if the user is connected to a proxy in...
Hi All.
I'm Using Websocket for make a Realtime Connection With my Server.
When Device Connects to Proxy, The Proxy Closes the My Application Connection
Is There Any Way to Solve The Problem?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.