Hello,
I can manually visit a webpage from my browser , but when i try to use
with my app , i get 403 forbidden. I need to donwload the source code of the website to get some data. But i think they somehow understand that the accessing file is jar file so they block it. Is there any way to change something with code so that i can download the source code or is it impossible ?
TY
I can manually visit a webpage from my browser , but when i try to use
B4X:
Dim j As HttpJob
j.Initialize("j2", Me)
j.Download("https://link")
with my app , i get 403 forbidden. I need to donwload the source code of the website to get some data. But i think they somehow understand that the accessing file is jar file so they block it. Is there any way to change something with code so that i can download the source code or is it impossible ?
TY