makeGETRequestUseSessionProxy

String sutil.makeGETRequestUseSessionProxy ( String urlString )

Description

Makes a GET request and returns the result as a string. This method will use the proxy settings attached to the current scraping session.

Parameters

This method does not receive any parameters.

Return Values

  • urlString The URL to request, as a string.

Throws

  • java.lang.Exception If anything naughty happens.

Change Log

Version Description
6.0.6a Introduced for all editions.