Jump to content

6ichem

Members
  • Posts

    66
  • Joined

  • Last visited

Reputation Activity

  1. Like
    6ichem reacted to Interferon in How to use forum authentication?   
    I am working on a system to do this. Maybe it will be turned into a general-purpose C library. What programming language do you use?
  2. Like
    6ichem got a reaction from Meddysong in Users able to register with spaces on their display name   
    Damn I really missed it, I was looking somewhere else. Thank you
  3. Like
    6ichem reacted to Adriano Faria in Users able to register with spaces on their display name   
    ACP -> Members -> Member Settings -> Profiles -> Profile Settings -> Display Names.

  4. Like
    6ichem got a reaction from Haku2 in View income per product in commerce stats?   
    Hey, there is an option to view sales per product in commerce stats but not income per product which I find to be really odd. Is there any plugins for that or am I missing something on the admin dashboard?
  5. Like
    6ichem got a reaction from Meddysong in Changed the directory of the forum and icons are not loading   
    That fixed it thanks a lot!
  6. Like
    6ichem reacted to Meddysong in Changed the directory of the forum and icons are not loading   
    Have you tried clearing the cache? That's the usual solution when this happens.
    (Support > Something isn't working correctly.)
  7. Like
    6ichem reacted to Stuart Silvester in API request to my forum is getting blocked by CORS policy   
    The difference is that when you use an API key, you're interacting at a high level. These requests do not have extra permission checks on them to determine if the end user can see the content.
    Even if you're specifically crafting a URL to fetch topics from a certain forum, your same API key could be used to fetch topics from a secret forum that you don't want anyone to see.
    https://invisioncommunity.com/developers/rest-api
  8. Like
    6ichem reacted to bfarber in API request to my forum is getting blocked by CORS policy   
    If you make the request within the client/browser, you need to content with CORS which is designed to allow cross-domain requests to work but also provide protection against javascript-based attacks. Essentially, you'll need to add a few response headers for these requests which is typically done at the server level.
    Postman doesn't run in the browser context which is why it works without an error.
    One word of caution - running any sort of API requests via javascript exposes the API credentials. We'd only recommend using an OAuth-based client for API requests if javascript is going to be executing the API requests, since the permission level will match the current logged in user anyways.
  9. Like
    6ichem reacted to CoffeeCake in API request to my forum is getting blocked by CORS policy   
    The first Google result for the error you're getting seems to match your issue:
    https://stackoverflow.com/questions/20035101/why-does-my-javascript-code-receive-a-no-access-control-allow-origin-header-i
    Adding an appropriate Access-Control-Allow-Origin header would be something you'd do at your web server (apache, nginx, IIS, etc.).
  10. Like
    6ichem reacted to opentype in Buying additional forum apps in license   
    Client Area → Manage Purchases → Manage this purchase → Manage your communnity
  11. Like
    6ichem reacted to tPx in CYBER APEX DARK   
    Last update is made for 4.5, if you are using 4.4 i will send you an archive with 4.4 version.
×
×
  • Create New...