-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add referrer link support for URL #6
Comments
Hello, long time no see bawzz. I'm not sure that I understand your issue, could you elaborate some more? |
Hi Nate, Sorry for the late response, was away for a while. Something is like adding info from HTTP header request/response from a site, like for example: User agent: Sometime site requires referer to access the site, which is found under request headers: Although, these options aren't really much needed for most sites, I encountered with one site that wasn't working with the checker which probably required referral url or different user agent. For example, this site for some reason didn't work: https://ipinfo.io/ This feature is really very optional, you can skip it if you don't have much time. I did have another feature request in mind, which is adding IP address recognition for URL. There are some sites that require an IP for example: So something like this in url (url=https://www.abuseipdb.com/check/{ip}) to add the proxy's IP there for checking. Also, sometime this error was showing when checking any site, It kept on going in command line and had to force close it. I managed to copy the errors: `goroutine 14183 [select, 7 minutes]: goroutine 14305 [select, 7 minutes]: goroutine 22358 [runnable, locked to thread]: Thank you so much for working hard on this checker. I have used plenty of programs, in my experience, "examiner" is the best proxy checker I have every used. Best Regards |
I see, I will look into the error. |
Hi Nates, I hope you are well. It has been a while, but the error it is showing is more constant than before: goroutine 5842 [select, 9 minutes]: when this error shows, it doesn't exit the cmdline and when forced closed, the result/working proxies weren't saved. Please give it a look when you get some time. Best Regards |
Hi Nate,
It has been a while, hope you're well?
I found there are URLs that require a referrer link to be able to access the site. Or it may need to have requirements on header response/request. Is it possible to add this feature?
Looking forward to hear from you.
Best Regards
The text was updated successfully, but these errors were encountered: