All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.exparity.io.internet.UserAgents Maven / Gradle / Ivy

The newest version!
/*
 * 
 */

package org.exparity.io.internet;

/**
 * @author Stewart Bissett
 */
public interface UserAgents {

    final String IE8 = "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)";
    final String CHROME4_1 =
            "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1064 Safari/532.5";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy