Android Question httpjob error link page redirect noip

ivanomonti

Expert
Licensed User
Longtime User
B4X:
    tables.Add("http://humanequality.ddns.net:8888/cgi/panel/humanequalityapiweb.php")
   
    Dim a,q,d,t,v,link As String
    link = tables.Get(0)
   
    a = "user_pocheparole"
    d = "False"
    q = ""
    t = ""
    v = ""
   
    Private http As HttpJob
    http.Initialize(a,Me)
    http.Download2(link, Array As String("a",a,"q",q,"d",d,"t",t,"v",v))

2015-11-09_230650.jpg


error = empty

request to crome, firefox, explorer, safary = 0k

link url: http://humanequality.ddns.net:8888/cgi/panel/humanequalityapiweb.php?a=post_pocheparole
 

sorex

Expert
Licensed User
Longtime User
can't access it either but that custom port might be blocked here.

doesn't work at home either tho.
 
Upvote 0

ivanomonti

Expert
Licensed User
Longtime User
[QUOTE = "Erel, posta: 379.563, membro: 1"] Il link non sembra funzionare. Ho provato con Chrome e Firefox. [/ QUOTE]

2015-11-10_114556.jpg
 
Upvote 0

ivanomonti

Expert
Licensed User
Longtime User
solved, firewall issue out of control,,, thanks for your cooperation, you are always beautiful
 
Upvote 0
Top