Jump to content
UBot Underground

Recommended Posts

Is there anyway to get HTTP headers from within Ubot?

I can't seem to find anything that would allow me to do that.

 

I am trying to add proxy testing into a bot, but without being able to read headers I can't run it against my judge to test them.

Link to post
Share on other sites
  • 2 months later...

Is there anyway to get HTTP headers from within Ubot?

I can't seem to find anything that would allow me to do that.

 

I am trying to add proxy testing into a bot, but without being able to read headers I can't run it against my judge to test them.

 

 

You cannot do it only within Ubot. I am getting http headers by calling curl in shell. It works nice.

 

    shell("{$special folder("Application")}\\curl.exe -ID {$special folder("Application")}\\{#currenthost}.txt {#currenturl}")

  • Like 1
Link to post
Share on other sites
  • 6 months later...

nice solution! http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif

 

Bob, if this works for you respond and I will sticky it.

 

John

Link to post
Share on other sites
  • 4 months later...

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...