Jump to content

SammysHP

+Premium Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by SammysHP

  1. While you're changing this, you might want to consider doing some other "hardening" at the same time. SSL Labs gives you a "B" rating, but it probably wouldn't take much effort to get that up to an "A" with sorting of cipher suites and updating SSL certs. We recently did this on a number of servers at my company and there's a tool which makes this process very easy.

    In fact they had an A rating with the new configuration (and with a better signature algorithm for one certificate in the chain they would have had an A+ rating).

     

    It's sad that there is no official statement from Groundspeak.

  2. The new map is the worst thing I've ever seen at gc.com:

     

    • Less than 50% of the tiles are loading
    • No sat-view in Europe anymore

     

    Germany is one of the most active Geocaching-countries - you'll be hated by lot of us. I'm a mapper of OSM and used it already before the remove of Gmaps. But Google is the only provider for aero-images here in Germany with an usable resolution.

     

    PS: Bing is no alternative, too low resolution.

  3. Getting a 302 as feedback should be enough. It worked a few hours ago with the same environment (FF 6.0.2, Win7). I don't know why this simple request

     

    GET /seek/geocache.logbook?tkn=**********&idx=1&num=10&decrypt=false HTTP/1.1
    Host: www.geocaching.com
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
    Accept: application/json, text/javascript, */*; q=0.01
    Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
    Accept-Encoding: gzip, deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    X-Requested-With: XMLHttpRequest
    Referer: http://www.geocaching.com/seek/cache_details.aspx?guid=0eddb98e-61ba-4577-ad75-5877cff2cc7b
    Cookie: hiddenlinks=false; __utma=**********; __utmz=**********.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __qca=**********; BMItemsPerPage=20; ShowBeginnerCaches=false; ASP.NET_SessionId=**********; userid=**********
    DNT: 1
    Connection: keep-alive

    results in a 302.

  4. Attention!

     

    The logs are loaded with AJAX now. The JSON-response seems to be identical to the new "public" API. Proviedes a lot of additional information (see below). But: The email-address of the account is shown whether it is public in the profile or not!

     

    {
       "status":"success",
       "data":[{
           "LogID":180196994,
           "CacheID":1186660,
           "LogGuid":"beac55ea-2841-4734-9794-d4329a792636",
           "Latitude":null,"Longitude":null,
           "LogType":"Found it",
           "LogTypeImage":"icon_smile.gif",
           "LogText":"html-logtext",
           "Created":"08/16/2011",
           "Visited":"08/14/2011",
           "UserName":"name here",
           "MembershipLevel":3,
           "AccountID":2144381,
           "AccountGuid":"9da21115-347a-4637-a3dc-9bd634d2de36",
           "Email":"email-here@gmx.de",
           "AvatarImage":"85dd1f69-a7d7-46fb-b49d-b582d32c75ff.jpg",
           "GeocacheFindCount":3286,
           "GeocacheHideCount":122,
           "ChallengesCompleted":0,
           "IsEncoded":false,
           "creator":{
               "GroupTitle":"Premium Member",
               "GroupImageUrl":"/images/icons/prem_user.gif"},
               "Images":[{
                   "ImageID":11962480,
                   "ImageGuid":"17a1c5f4-53b1-47f9-9efe-b968988ac9ec",
                   "Name":"Tower of death",
                   "Descr":"",
                   "FileName":"17a1c5f4-53b1-47f9-9efe-b968988ac9ec.jpg",
                   "Created":"09/06/2011",
                   "LogID":180196994,
                   "CacheID":1186660}
               ]
           }
       ],
       "pageInfo":{
           "idx":1,
           "size":10,
           "totalRows":144,
           "totalPages":15,
           "rows":10
       }
    }

×
×
  • Create New...