You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this engine to index modarate-size IPv6 only network(using squid proxy) where some services don't have domain names and instead use raw IPv6 URLs which look like http://[2001:db8:85a3:8d3:1319:8a2e:370:7348]/. Problem is that Dataparksearch seems to cut the url after first : character. This issue is only about IPv6 URL support, not full IPv6 support.
Here's how the URLs look in database:
The text was updated successfully, but these errors were encountered:
DataparkSearch Engine doesn't support IPv6 at all, thus it treats colon (":") in URL as separator between host name and port number.
I agree it would better to add support for literal IPv6 addresses as such pages could be indexed via a proxy even as DataparkSearch can not crawl them directly. Though I can not say when such support would be implemented, sorry.
I am using this engine to index modarate-size IPv6 only network(using squid proxy) where some services don't have domain names and instead use raw IPv6 URLs which look like
http://[2001:db8:85a3:8d3:1319:8a2e:370:7348]/
. Problem is that Dataparksearch seems to cut the url after first:
character. This issue is only about IPv6 URL support, not full IPv6 support.Here's how the URLs look in database:
The text was updated successfully, but these errors were encountered: