scrapeableFile.getStatusCode() (professional and enterprise editions only)
Description
If this method is invoked after the HTTP request has been made for a scrapeable file, it will return the HTTP status code sent by the server (e.g., 200, 403, 404, 500).
Example
// Check for a 404 response (file not found). if( scrapeableFile.getStatusCode()==404 ) { session.log( "Warning! The server returned a 404 response." ); }
Recent comments
16 hours 15 min ago
16 hours 32 min ago
17 hours 21 min ago
17 hours 29 min ago
17 hours 38 min ago
17 hours 49 min ago
2 days 14 hours ago
3 days 20 hours ago
3 days 20 hours ago
5 days 17 hours ago