Jump to content

NitroHazeX7

Members
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Feedback

    0%

About NitroHazeX7

Profile Information

  • Gender
    Not Telling

NitroHazeX7's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Ive tried what all of you said.. but im still getting the 403 error, i even tried to add application settings and still the same url = new URL(hz_http); URLConnection con = url.openConnection(); con.setRequestProperty("CONTENT-TYPE", "application/x-www-form-urlencoded"); con.addRequestProperty("User-Agent", "Mozilla/5.0 (Windows; U; Windows NT 6.0; el; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 ( .NET CLR 3.5.30729; .NET4.0C)"); con.setRequestProperty ("From", "Mozilla"); isr = new InputStreamReader(con.getInputStream()); PS: About the useragent, yes i tried adding Mozilla/4.76 and i still got a 403 EDIT: Nevermind fixed.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..