Welcome to Project: Gorgon!


Project: Gorgon is a 3D fantasy MMORPG (massively-multiplayer online role-playing game) that features an immersive experience that allows the player to forge their own path through exploration and discovery. We won't be guiding you through a world on rails, and as a result there are many hidden secrets awaiting discovery. Project: Gorgon also features an ambitious skill based leveling system that bucks the current trend of pre-determined classes, thus allowing the player to combine skills in order to create a truly unique playing experience.

The Project: Gorgon development team is led by industry veteran Eric Heimburg. Eric has over a decade of experience working as a Senior and Lead Engineer, Developer, Designer and Producer on successful games such as Asheron’s Call 1 and 2, Star Trek Online and other successful Massively Multiplayer Online Games.



User Tag List

Results 1 to 3 of 3
  1. #1
    Senior Member Niph's Avatar
    Join Date
    Dec 2016
    Posts
    433
    Mentioned
    16 Post(s)
    Tagged
    1 Thread(s)

    Cross-domain access to projectgorgon.com

    If you don't known already, I wrote a parsing app at https://github.com/dlebansais/PgJsonParse/releases to make searching through P:G Json files easier. However, this app is for Windows only.

    For some time now I've been working on a web site version. It's a lot of effort, and there are many hills to climb with the possibility that the next one is the everest, forcing my project to stop dead.

    My last issue is about reading http://client.projectgorgon.com and http://cdn.projectgorgon.com from another web site, i.e. making cross-domain requests. I'm far from being an expert, but it seems projectgorgon.com does not include in its responses the "Access-Control-Allow-Origin" header (and perhaps others) that would allow what I want to do. It looks like access is restricted to browsers.

    Hopefully this is something that can be resolved on my end. If any expert in these matters read this, if CORS has no secret for you, I'd love to be enlighten.

  2. #2
    Member Taledar's Avatar
    Join Date
    Mar 2018
    Location
    US
    Posts
    77
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure if I would be of much help, but out of curiosity what are you using for this solution?

    I saw a couple of suggestions that recommended using a proxy script on your site to simply read/output the remote file and then perform the json queries against the proxy.

    Not sure if that applies to your solution or even in general.

  3. #3
    Senior Member Niph's Avatar
    Join Date
    Dec 2016
    Posts
    433
    Mentioned
    16 Post(s)
    Tagged
    1 Thread(s)
    A proxy script is what I ended up doing.



Thread Footer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •