I am trying to post a magnet link which normally activates the downloaded from the default browser. If I put the string in the address bar , it works correctly but if I try and post the string , it gives me a invalid url
Any Ideas ?, Thank you
B4X:
Dim hjob As HttpJob
hjob.Initialize("",Me)
Dim ps As String = "magnet:?xt=urn:btih:58B778AC42451F557C5A556369FABE351F506BB7&dn=The.Young.and.the.Restless.S52E09.1080p.WEB.h264-DiRT%5BEZTVx.to%5D.mkv&tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337&tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337"
hjob.Poststring(ps,"")
wait for (hjob) jobdone(j As HttpJob)
hjob.Release
Any Ideas ?, Thank you