Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Allow setting http_request_headers for the requests. #8

Closed

Conversation

bobbysmith007
Copy link

  • This allows you to spider sites whose DNS doesnt match their
    actual IP address by requesting from a specific IP and setting the "Host: yourserver.com" header

eg: dealing with pre-production sites, comparing to production sites

 * This allows you to spider sites whose DNS doesnt match their
   actual IP address (eg: dealing with pre-production sites, comparing
   to production sites)

re Programming:#1072
@bobbysmith007
Copy link
Author

Related to: chriskite#48

@brutuscat
Copy link
Owner

@bobbysmith007 you are changing too many things here... Also there are no tests whatsoever. Could you clean this up so to only add the headers part and add some test?

@brutuscat brutuscat force-pushed the master branch 7 times, most recently from 92bc0f4 to 37e76a4 Compare January 21, 2020 14:54
@brutuscat
Copy link
Owner

Closing this given that it has a lot of code that does not seem to be part of the main feature request...

I am still curious and I will be trying to help you @bobbysmith007. Is this so you can add a Host header in the request? Is there any other header that you were trying to send?

@brutuscat brutuscat closed this Aug 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants