Hi there, I am trying to automate the fetching of a site content in Pharo. Basically, I want to fetch smart contract information from Etherscan. Here is an example URL: https://etherscan.io/address/0xbcff2d15c698d3874bc29aa170c89fd7a6146a4b#code
I tried to use Zinc to fetch that, here is my code (very simple): ZnEasy get: 'https://etherscan.io/address/0x9C169d81420aAD7D8a0D6d9F295C3ba2C33575De#code' Although it runs without errors the fetched content is "Bad Request - Invalid URL" and not the actual website. Anyone know what am I doing wrong here? -- View this message in context: http://forum.world.st/Fetching-https-site-content-with-Zinc-tp4959072.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.