Creative Cloud User Agent String spoofing old Chrome Browser?

Was troubleshooting Creative Cloud not working on our network and noticed it is spoofing an old Chrome browser User Agent String.
When Creative Cloud launches it presents itself as: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.68 Safari/537.22
This is the user agent string of Google Chrome version 25 (Chrome is currently at version 32)
Looking for any information on why Creative Cloud is using an old Chrome user agent string, and why can't it use a unique user agent?

Creative Cloud chat support (all Creative Cloud customer service issues)
http://helpx.adobe.com/x-productkb/global/service-ccm.html

Similar Messages

  • User Agent String

    Does anyone have a function or script to parse the User_agent string?

    im obviously in the wrong forum.... one would assume if you dont know what a user agent string is... and/or the definition of parse... you wouldnt try to answer the question being asked..
    to clarify...
    a user agent string looks like the following:
    mozilla/4.0 (compatible; msie 8.0; windows nt 6.1; wow64; trident/4.0; searchtoolbar 1.2; gtb7.0; slcc2; .net clr 2.0.50727; .net clr 3.5.30729; .net clr 3.0.30729; media center pc 6.0; .net4.0c; .net4.0e; hpdtdf; bri/1; bri/2)
    blackberry8530/5.0.0.847 profile/midp-2.1 configuration/cldc-1.1 vendorid/315
    mozilla/4.0 (compatible; msie 8.0; windows nt 6.1; wow64; trident/4.0; slcc2; .net clr 2.0.50727; .net clr 3.5.30729; .net clr 3.0.30729; media center pc 6.0; .net4.0c)
    mozilla/5.0 (compatible; msie 9.0; windows nt 6.1; wow64; trident/5.0)
    mozilla/5.0 (macintosh; u; intel mac os x 10_6_7; en-us) applewebkit/533.21.1 (khtml, like gecko) version/5.0.5 safari/533.21.1
    mozilla/4.0 (compatible; msie 8.0; windows nt 5.1; trident/4.0; gtb6.6; .net clr 2.0.50727; .net clr 3.0.04506.30; .net clr 3.0.4506.2152; .net clr 3.5.30729; infopath.2; asktblmw2/5.12.2.16749; 697906703; runtime 13.00302)
    mozilla/5.0 (linux; u; android 2.2; en-us; pc36100 build/frf91) applewebkit/533.1 (khtml, like gecko) version/4.0 mobile safari/533.1
    mozilla/5.0 (windows nt 5.1) applewebkit/534.30 (khtml, like gecko) chrome/12.0.742.100 safari/534.30
    mozilla/4.0 (compatible; msie 7.0; windows nt 5.1; .net clr 1.1.4322; .net clr 2.0.50727; .net clr 3.0.4506.2152; .net clr 3.5.30729; .net4.0c; .net4.0e; infopath.2)
    mozilla/5.0 (iphone; u; cpu iphone os 4_2_1 like mac os x; en-us) applewebkit/533.17.9 (khtml, like gecko) version/5.0.2 mobile/8c148a safari/6533.18.5i would like to extract... browser, browser version, operating system, operating system version etc...

  • Redirection per user agent string.

    Hi folks,
    I'm looking to redirect older IE clients away from a new SharePoint 2013 installation based on the user agent string. The redirect needs to only affect the home page as we still expect to allow direct URLs to content such as policy documents through.
    The only way I know of to do this is to add a brief piece of server-side code into the home.aspx that assesses the user agent string but I'm wondering if within SharePoint 2013 there's a better way to manage the redirection of specific browser versions?
    (Specifically any version of IE prior to version 9)
    Cheers,
    Lain

    Below script should help you 
    http://stackoverflow.com/questions/10869708/how-do-i-redirect-my-client-to-a-different-page-according-to-their-browser
    <script language="JavaScript" type="text/JavaScript">
    if(navigator.appName == "Mozilla")
    window.location = "ff/index.html"
    if(navigator.appName == "Microsoft Internet Explorer")
    window.location = "ie/index.html"
    if(navigator.appName == "Google Chrome")
    window.location = "ch/index.html"
    if(navigator.appName == "Safari")
    window.location = "sa/index.html"
    if(navigator.appName == "Google Chrome")
    window.location = "ch/index.html"
    window.location == "un/index.html"
    </script>
    Or
    var redirects = {
    "Mozilla": "ff",
    "Microsoft Internet Explorer": "ie",
    "Google Chrome": "ch",
    "Safari": "sa",
    "Google Chrome": "ch"
    window.location = (redirects[navigator.appName] || "un") + "/index.html";For IE<!--[if IE]><p>You are using Internet Explorer.</p><![endif]-->
    <![if !IE]><p>You are not using Internet Explorer.</p><![endif]>
    <!--[if IE 7]><p>Welcome to Internet Explorer 7!</p><![endif]-->
    <!--[if !(IE 7)]><p>You are not using version 7.</p><![endif]-->
    <!--[if gte IE 7]><p>You are using IE 7 or greater.</p><![endif]-->
    <!--[if (IE 5)]><p>You are using IE 5 (any version).</p><![endif]-->
    <!--[if (gte IE 5.5)&(lt IE 7)]><p>You are using IE 5.5 or IE 6.</p><![endif]-->
    <!--[if lt IE 5.5]><p>Please upgrade your version of Internet Explorer.</p><![endif]-->
    <!--[if true]>You are using an <em>uplevel</em> browser.<![endif]-->
    <![if false]>You are using a <em>downlevel</em> browser.<![endif]>
    <!--[if true]><![if IE 7]><p>This nested comment is displayed in IE 7.</p><![endif]><![endif]-->
    If this helped you resolve your issue, please mark it Answered

  • Configuration issue in IE as Document mode: 10 and User agent String: Internet Explorer 8

    Hi,
    I have a telerik rad popup window performing some input operation. The problem is when I use the configuration in IE as Document mode: 10 and User
    agent String: Internet Explorer 8, scroll bars appear in the window from nowhere. It is working fine with every other configuration of IE. I've also used a separate stylesheet for IE 8 but it won't apply in this case. 
    Here are the screen shots of the window.
    Actual view
    With Scorllbar
    Please if anybody could suggest a solution for this weird problem it would be a great help.
    Thanks in advance.
    Neelesh

    Hi,
    It seems we need to talk with the site developers to determine how the sheet would display with different IE user agent string.
    Regarding the user agent string changes, please take a check with the following article:
    Introducing IE9’s User Agent String
    The Internet Explorer 8 User-Agent String (Updated Edition)
    Hope this may help
    Best regards
    Michael Shao
    TechNet Community Support

  • No new features for no Creative Cloud users? Tell me why?

    Adobe, please tell me why I, no Cloud Crative user don't receive new Illustrator CS6 features:
    - Package files
    - Unembed images
    - Links informations
    Why Creative Cloud users are better than users who bought box version? it's not fair.

    @Wade
    What a bunch of babble and marketing talk for Adobe! You do realize there are other services (far better ones actually) than YouSendIt, don't you? In the YouSendIt category, try WeTransfer.com : super fast uploads and downloads up to 2gb in one RAR or ZIP file at a time.
    You have heard about DropBox, SkyDrive, GoogleDrive, etc. too, haven't you? Without going into the pros and cons of any of those services, I can categorically say that each one is better... and cheaper... than an Adobe Cloud sub.
    And since you're talking about the world, and complaining at the same time about your upload speeds, that remains the same for the Adobe Cloud or any Internet service for that matter. Adobe Cloud is NOT faster than any of the above services I mentioned.
    Also you should know that there are many parts of the world, including HUGE chunks of the US, where broadband Internet still doesn't exist. There are some places that may never see broadband land lines, and those communities are installing LTE instead. LTE has it's advantages... but the main disadvantage is cost. No such thing as a "true Flat rate" with LTE, and you are bound to run up against "volume restrictions" and pay extra for exheeding them. No advantage then for Cloud users: they will pay on top.
    I personally use DropBox and SkyDrive syncing projects and files with assorted clients every day... including huge PSD and RAW file libraries. If I have a "one off" project, I use WeTransfer with no problems. If you have a client that refuses to learn the first thing about downloading files from a link, I'm sorry for you. I mean that without sarcasm. I would like to ask though: are they actually then playing with your native files in CS? Really? And they can't even download a linked ZIP? (See my comment below about suspects).
    You fail to convince me in the end, that Adobe's Cloud Drive is the best choice at the moment or in the future.
    Considering this thread is/was about Perpetual vs. Cloud subs, no one has mentioned the main underlying fact and potential reason for Adobe to push people to Subs: PIRACY.
    While very possibly not prevalent in North America... I would venture to say that in the rest of the world, 75% of CS installations are against the EULA, whether multiple machine installs and/or downright pirated. BTW: I have personally ran across the "multiple machine" install countless times at more shops/studios than I care to mention.
    I would like to add a "twisted logic" to my personally accepting the new Adobe Subs as the way to go, and especially for new features.
    IF (big if!) this is to cut down on piracy and the number of studios/shops driving media design/printing prices into the basement, because they don't actually "pay" for their right to offer their services....  I'm all for it! If this also results in the culling of people that think that, with a Walmart computer and a jacked CS disk image, they are "now in business to offer professional graphic services"... again, I applaud the Cloud initiative.
    It surely appears that I'm bitter about the "competition"... well yes I am. Because, not only are the pirates NOT competing fairly, but I (personally) have to deal with problems they make for my clients  and the "trash" files they receive on a daily basis. It is also many of those clients that are perpetually licensed CS and EULA abiding Adobe customers, that are slowly laying off trained professional graphic/media designers as well as print technicians... because they are "too expensive".
    And finally to add insult to injury: I also suspect we see a number of these "pirates" and "just beginning professionals" here in these forums. The number of posts I see coming from some people that shouldn't even have CS installed, is... well... disheartening.*
    * Funny, how as graphic designers, we were always wishing for faster, better, cheaper, easier. How little did we realize or fail to foresee, that when the dream came true... it would also be accessible to the "I can too" crowd. Is it nasty of me to say in return, "No. You can't. And I doubt you ever will. It's not the tools, it's the talent. You have none that I can see."
    PS. Sorry... sort of worn out and emotional after staying up until 3.00am to "re-design" a thoroughly "#$%^&*!!!" Corel PDF! Fugly has a brand new definition, and "pro-" is followed by "-stitution". I need to shower 3 times after this one!

  • Bad http.agent in Java properties : a bug in the HTTP user-agent string?

    Hi all,
    Me :
    I'm patching AWSTATS (web log analyzer tool) in order to recognize which Java version has
    been used to download files.
    Context of the problem :
    Each time a Java program (or applet) is downloading a file (for example .class, .png, .html)
    from a web server, a line will be added in the web server log file. If the web server is well
    configured, the user agent used to download the file will be at the end of the line in the log file.
    For Sun Java JVM, the user agent string is configured in the Java properties under "http.agent".
    Usually, the user-agent string contains the word "Java" and the virtual machine version. In most
    cases, this is just a string like "Java/1.4.2", so this is relatively easy to parse.
    Problem :
    Looking in my web server stats, and then on the web, I found that a JVM's user-agent is
    "Mozilla/4.0 (Windows XP 5.1)", which obviously does not contains the word "Java".
    Consequently, it is difficult to say that this user-agent string belongs to a JVM.
    Further look in my log files and on google shows that this http.agent string appears
    on Microsoft Internet Explorer (it seems MSIE 6.0) over Windows XP with the J2RE plugin:
    http://board.gulli.com/thread/300321
    http://forum.java.sun.com/thread.jsp?thread=531295&forum=30&message=2559523
    http://forum.java.sun.com/thread.jsp?forum=63&thread=132769&start=210&range=15&tstart=0&trange=15
    http://forum.java.sun.com/thread.jsp?forum=32&thread=480899
    http://www.goodidea.ru/setupJava/javaInstall.htm
    The J2RE plugin version does not seems to play a role as this user-agent string has
    been seen on 1.4.1_02-b06, 1.4.2_01, 1.4.2_03 and 1.4.2_04-b05.
    Further information requested :
    I would like to know:
    1) if you have reported the same problem;
    2) if there is some rules for the http.agent property;
    3) if this is a bug.
    Thank you very much, and feel free to add you opinion.
    Julien

    The web log files where the "Mozilla/4.0 (Windows XP 5.1)" user-agent appears can be displayed using the following search terms on google :
    "Mozilla/4.0 (Windows XP 5.1)" -"(Windows XP 5.1) Java"
    http://www.google.ch/search?hl=fr&ie=UTF-8&q=%22Mozilla%2F4.0+%28Windows+XP+5.1%29%22+-%22%28Windows+XP+5.1%29+Java%22&btnG=Rechercher&meta=
    Julien

  • User Agent Strings for Office 365 Install and Updates

    In my organization, we restrict internet access to a specific list of approved applications by user agent string; however, it seems the user agent string for Office 365 (2013) applications has changed over time causing installs and updates of Office 365
    on client PCs to fail.
    Is there a repository of user agent strings used by Office 365 applications?
    Thanks in advance.

    Hi,
    Please refer to this link:
    http://technet.microsoft.com/en-us/library/jj219420.aspx
    As mentioned under Ports, protocols and URLs used by Click-to-Run, 
    Download, installation from the portal
    Automatic updates
    TCP
    80
    http://officecdn.microsoft.com
    I hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • Setting default user agent string

    Hi,
    Anyone know how or if I can set the default user agent string in Safari? I know this can be done on the Mac by editing the com.apple.safari.plist file but it doesn't seem for Windows? I want to set this user agent string for testing purposes.

    Hi,
    Anyone know how or if I can set the default user agent string in Safari? I know this can be done on the Mac by editing the com.apple.safari.plist file but it doesn't seem for Windows? I want to set this user agent string for testing purposes.

  • How to append the User Agent String in IE11

    We use "Internet Explorer maintenance" GPO to append the standard User Agent String for IE9 with "ADFSIntAuth". "Internet Explorer maintenance" is deprecated and will not work anymore for IE11 and later.
    Now we want to move to IE11 and I can't find a solution to append the User Agent String. With GPO this isn't possible anymore (Why Microsoft?). And the registry keys I've tested won't do the job. I've tested 
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform
    So whats is the best way to append the user agent string for IE11?
    http://social.technet.microsoft.com/Forums/en-US/cdc999aa-faec-4aa5-9025-f12a524794f0/ie10-user-agent-string?forum=winserverGP didn't help.

    Thank you for the Reply Roger.
    I have already read the website you are referring to, but it doesn't say how to append the User Agent String.
    Only this:
    "Earlier versions of the browser included
    Pre-Platform and Post-platform registry value tokens in the user-agent string. However, this led to
    performance issues for customers of certain tools and add-ons. As a result, these tokens are now reported only through the
    navigator.userAgent property"
    With a dead link to the article "navigator.userAgent", but with a search I came to this article: http://msdn.microsoft.com/en-us/library/ie/ms534712(v=vs.85).aspx But also this article won't say how to append the User Agent String for all
    clients in a corporate environment.

  • [svn:bz-trunk] 10020: Had previously updated user-agent string for Opera 10 in resources/config/ services-config.xml on DataServices/trunk.

    Revision: 10020
    Author:   [email protected]
    Date:     2009-09-04 07:35:51 -0700 (Fri, 04 Sep 2009)
    Log Message:
    Had previously updated user-agent string for Opera 10 in resources/config/services-config.xml on DataServices/trunk. Forgot to do this for the file on BlazeDS/trunk.
    Modified Paths:
        blazeds/trunk/resources/config/services-config.xml

    Revision: 10020
    Author:   [email protected]
    Date:     2009-09-04 07:35:51 -0700 (Fri, 04 Sep 2009)
    Log Message:
    Had previously updated user-agent string for Opera 10 in resources/config/services-config.xml on DataServices/trunk. Forgot to do this for the file on BlazeDS/trunk.
    Modified Paths:
        blazeds/trunk/resources/config/services-config.xml

  • My Intel Mac has a User Agent String that is Reading it as a Power PC (PPC)

    Hi. I am hoping someone might be able to help me with an unusual situation. I have been trying to watch online streaming of the Olympics with my MacBook Pro (2.2 Ghz Intel Core 2 Duo). I have updated my browsers to the newest versions and have installed the newest Silverlight from Microsoft in order to ensure compatibility with the nbcolympics.com website. Even so, when I try to get onto the video section, it tells me I have browser or system incompatibilities. I corresponded with the tech person on the olympics website and he looked at my user agent string which (with firefox) reads as follows: "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1" I do not have a PPC mac, it is an Intel Mac. Because the olympics website reads it as a powerpc I cannot get onto the video section. Does anyone know what's happening? Ive searched user forums throughout the internet and have not found an answer. Thanks for any help or direction.

    Hi mfwoodwin, and a warm welcome to the forums!
    Many Applications are still PPC & run under Rosetta...
    http://en.wikipedia.org/wiki/Rosetta_(software)
    Some APPs can be chosen to run in PPC or Intel, quit them All, do a Get Info on say FireFox, see if it has a "Use Roseeta" check box, (not on an IntelMac at the moment to see what it is actually called).

  • I am a creative cloud users Encore c s 6 serial number.

    I by creative cloud users.
    Setup Encore c s 6.
    To request a serial number.
    My serial number is not.
    Help me.

    If you followed all of the instructions at http://helpx.adobe.com/encore/kb/encore-cs6-installed-cc.html your CS6 programs do not need a serial number

  • Where is the user agent string located for Firefox 4? In the previous versions, it was in the Help-About menu.

    Just curious on the location of the user agent string for Firefox 4. I don't want to edit or change it, I just want to view it. In previous versions of Firefox, it was in the Help-About menu. It doesn't appear to be located in this spot for Firefox 4.
    Any assistance would be greatly appreciated.
    Thanks!

    '''about:support''' = Help > Troubleshooting Information

  • Is there a difference for user agent string for firefox desktop & firefox mobile?

    Is there a difference for user agent string for firefox desktop & firefox mobile?

    Yes. All versions of mobile Firefox have "Fennec" in the useragent string. For example:
    Mozilla/5.0 (Android; Linux armv7l; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 Fennec/2.0.1
    For more details and examples, please see this article:
    http://hacks.mozilla.org/2010/09/final-user-agent-string-for-firefox-4/

  • Internet Explorer 11 - Emulation Document Mode and User Agent String Drop Down Menu Blank

    Hey
    I have a user who has a problem with Internet Explorer 11 where when you go to emulation mode using F12, the Document Mode and User Agent String Drop Down Menu are both blank. On our internal website its works correctly but on all other external websites
    they are both blank.
    I have had a look at the link below but this did not help as it would not recreate some of the registry keys.
    http://answers.microsoft.com/en-us/ie/forum/ie11-iewindows8_1/document-mode-and-user-agent-string-dropdowns/cd34d5f8-7839-4083-af55-05d49ba85190?rtAction=1387560713451
    Charlie

    Hi,
    Please include links to any websites that you are having issues with your questions.
    There are some known reasons why the documentMode dropdown appears blank...
    not all websites though should have the conditions for this.
    f12>Console tab, refresh the page to show suppressed error messages and warnings... (documentMode x-ua toggling is listed)...
    IE11 includes improvements for XSS... to link to internet sites from your intranets you need to add those sites (If you really, really trust them) to the Trusted Sites list.
    the developer console will list blocked xss requests.
    by default IE11 runs in EPM.... in the Internet Zone, while it is not switched on for the intranet zone....
    EPM only allows 64 bit Addons and ActiveX controls to run in the context of an IE tab...
    so its highly likely that one of your Addons is causing the issue.
    the first step in troubleshooting IE issues is to test in noAddons mode.
    Regards.
    Rob^_^

Maybe you are looking for

  • How can i restore my ipod 4 8g after accidentally reset all the files?

    How can i restore the Apllications for my ipod touch 4 8g? I accidentally reset all files and documents and cannot open again. Once i turned on the unit it only displays the apple logo. please help me.

  • Price difference generated after GR reversal

    Hi Gurus, Issue: Price difference generated after GR reversal Here we have confirmed an operation of a Production order & few minutes later cancelled the same.But after the cancellation it is found that some amount is always hitting to price differen

  • Flash Player not read.

    First let me start that I do NOT know much about computers.  Here goes.  Adobe flash plyer works on only severa sites.  I can watch Hulu fine, but when I go to Youtube I get a notification I need to install Adobe Flash Player.  But it is there!!!!  W

  • Authorization variable not filled with authorization values

    Hello All I post a similar message earlier this week, I thought that my issue was solved, but it was not. I've got a workbook with 4 differents queries. There as an authorizations variable in each query. This variable properties is as follows : **Gen

  • Upgrading to Mavericks, the spotlight search is removed.

    After upgrading to mavericks the spotlight search is removed from Pages, Numbers that i know of. Applications is ticked in Prefrences for Spotlight.