Jump to content

Sly_Ripper

Clients
  • Posts

    177
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Sly_Ripper

  1. Still the same result, I don't have any proper API Keys yet since the admin panel doesn't let you add any until it works with the "test" key.
  2. Strange, I'm still getting "INVALID_API_KEY".
  3. I just added: location /forums/api { try_files $uri $uri/ /forums/api/index.php; } Now it just seems the API is broken, the key is correctly passed to the script (even checked by echoing the $rawApiKey variable), it just throws an exception: curl http://localhost/forums/api/core/hello --user test: { "errorCode": "3S290\/7", "errorMessage": "INVALID_API_KEY" } curl http://localhost/forums/api/core/hello { "errorCode": "2S290\/6", "errorMessage": "NO_API_KEY" }
×
×
  • Create New...