Posts by Lindi Ribeiro • 31 points
2 posts
- 
		2 votes0 answers67 viewsQ: site authentication VBAI’m scraping a site and I’m putting the cookie authentication, has to be by Mozilla. I am provisionally using Cookie authentication .setRequestHeader "Cookie", "JSESSIONID=... I created this sub… vbaasked Lindi Ribeiro 31
- 
		1 votes1 answer125 viewsA: HTTP request within a company that uses proxyWith Teste .Open "POST", "URL", False .setRequestHeader "Content-Type", "application/x-www-form-urlencoded" .setRequestHeader "User-Agent", "Mozilla/5.0 (Windows NT 6.1; rv:70.0)…