Jump to content
UBot Underground

Not Loading Page Using Http Post


Recommended Posts

Hi all,

 

Trying to load in a page using the http post and it's saying unspportedbrowser.

 

How do I get around this?

set(#settinglink,$plugin function("HTTP post.dll", "$http post", "https://www.myhome.ie/estate-agents", "", "", "", "", ""),"Global")

Link to post
Share on other sites

Hi,

 

Try using a User Agent(browser)

 

Go to http://httpbin.org/getin your browser of choice and get the User-Agent

 

Mozilla/5.0 (Windows NT 10.0; WOW64; rv:62.0) Gecko/20100101 Firefox/62.0

 

put that in the User Agent field.

 

Regards,
Nick

 

Link to post
Share on other sites
  • 1 month later...

Hi Kev.

 

With HTTP it goes like this:

 

HTTP Post - when you want to send something TO WEBSITE, like a form or whatever

HTTP Get - when you want to get something TO YOU, like loading a page to do whatever you want with it's source <- and this is what you need to use in your case :)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...