Jump to content

Bartek Szyma

Clients
  • Joined

  • Last visited

  1. Ok, so I am working with API to get recent posts. I do have an API key and all set up. I need to access this endpoint: /api/forums/topics?key={API_KEY}&forums=16,23,27,28,81&sortBy=updated&sortDir=desc&perPage=100 When I manually visit this page I get proper JSON response. When I do try to access it via python script I do get 403 error but there is no log on API log in admin panel. Code: def make_request(url): headers = { 'User-Agent': 'MyUserAgent/1.0', 'X-Authorization': f"Basic {API_KEY}" # Alt: base64.b64encode(f"{API_KEY}:".encode()).decode() } params = { 'key': API_KEY } print(url) response = requests.get(url) print(response) return responseAnd prints: https://forum.MY_FORUM/api/forums/topics?forums=16,23,27,28,81&sortBy=updated&sortDir=desc&perPage=100 <Response [403]>Again, after manually copying url from above I do get proper JSON response. The weirdest part is - it used to work for some time and stopped with no reason, no change in code. API Logs shows no entry with 403 code: Please help?
  2. SeNioR- started following Bartek Szyma
  3. Information that it really can't be installed and some alternative solution to create accounts from Wordpress website (after buying access) on the Invision Forum.
  4. Bartek Szyma started following stoo2000
  5. @stoo2000 can you help here?
  6. And is there really no way to install this in 4.7? Problem is finding place where to install this plugin from the file.
  7. There is some alternative for Wordpress SSO?
  8. I was buying plugin: why I cant install this plugin from file in my Invision Forum system? Where I can do it?