Jump to content

counttom

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by counttom

  1. When Scroling far enough in the list the avatars don't render, scrolling further just shows empty screens.
    The images do seem to get returned and the JSON looks ok.

    See screenshots

    The equivalent of this request (i did away with the cookie for obvious reasons)

    curl 'https://www.gayharem.com/ajax.php' \
      -H 'authority: www.gayharem.com' \
      -H 'accept: application/json, text/javascript, */*; q=0.01' \
      -H 'accept-language: en-GB,en;q=0.9,nl;q=0.8' \
      -H 'content-type: application/x-www-form-urlencoded; charset=UTF-8' \
      -H 'dnt: 1' \
      -H 'origin: https://www.gayharem.com' \
      -H 'referer: https://www.gayharem.com/hero/profile.html?edit' \
      -H 'sec-ch-ua: ".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"' \
      -H 'sec-ch-ua-mobile: ?0' \
      -H 'sec-ch-ua-platform: "macOS"' \
      -H 'sec-fetch-dest: empty' \
      -H 'sec-fetch-mode: cors' \
      -H 'sec-fetch-site: same-origin' \
      -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36' \
      -H 'x-requested-with: XMLHttpRequest' \
      --data-raw 'class=HeroPages&action=get_list&what=avatars&page=120' \
      --compressed

     

    responds with this 

    {
        "list": [
            {
                "id_personalization_element": "300",
                "type": "avatar",
                "name": "Space_264677345",
                "skin": "hentai,gay,sexy",
                "publish_at": "2019-07-01",
                "is_feature_reward": "0",
                "new": "0",
                "HC": 300,
                "SC": "0",
                "url": "https:\/\/gh1.hh-content.com\/pictures\/hero\/ico\/300.jpg?2"
            },
            {
                "id_personalization_element": "299",
                "type": "avatar",
                "name": "Space_421152517",
                "skin": "hentai,gay,sexy",
                "publish_at": "2019-07-01",
                "is_feature_reward": "0",
                "new": "0",
                "HC": 300,
                "SC": "0",
                "url": "https:\/\/gh1.hh-content.com\/pictures\/hero\/ico\/299.jpg?2"
            },
            {
                "id_personalization_element": "298",
                "type": "avatar",
                "name": "Space_275558038",
                "skin": "hentai,gay,sexy",
                "publish_at": "2019-07-01",
                "is_feature_reward": "0",
                "new": "0",
                "HC": 300,
                "SC": "0",
                "url": "https:\/\/gh1.hh-content.com\/pictures\/hero\/ico\/298.jpg?2"
            },
            {
                "id_personalization_element": "297",
                "type": "avatar",
                "name": "Space_75298829",
                "skin": "hentai,gay,sexy",
                "publish_at": "2019-07-01",
                "is_feature_reward": "0",
                "new": "0",
                "HC": 300,
                "SC": "0",
                "url": "https:\/\/gh1.hh-content.com\/pictures\/hero\/ico\/297.jpg?2"
            },
            {
                "id_personalization_element": "282",
                "type": "avatar",
                "name": "Naughty_403278708",
                "skin": "hentai,gay,sexy",
                "publish_at": "2019-06-01",
                "is_feature_reward": "0",
                "new": "0",
                "HC": 300,
                "SC": "0",
                "url": "https:\/\/gh1.hh-content.com\/pictures\/hero\/ico\/282.jpg?2"
            },
            {
                "id_personalization_element": "281",
                "type": "avatar",
                "name": "Naughty_499134799",
                "skin": "hentai,gay,sexy",
                "publish_at": "2019-06-01",
                "is_feature_reward": "0",
                "new": "0",
                "HC": 300,
                "SC": "0",
                "url": "https:\/\/gh1.hh-content.com\/pictures\/hero\/ico\/281.jpg?2"
            }
        ],
        "last": false,
        "success": true
    }

     

    Screenshot 2022-08-02 at 09.52.44.png

    Screenshot 2022-08-02 at 09.52.36.png

×
×
  • Create New...