Jump to content

Recommended Posts

Posted
1 hour ago, Sonya* said:

Regarding your another issue with REST API, are you on localhost or behind .htaccess? 

no localhost in licensed domain.

that's the root .htaccess

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

and that's the /api/

<IfModule mod_setenvif.c>
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
</IfModule>
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /api/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>

But, ok i rolled back (even if version show 4.6.12 feelks like im on 4.6.11..), because there also was incompatibility with VideoBox plugins displaying [grid view 1] #videobox_feed, now API is working, but still can't login marketplace

Posted

Your server/network is blocking the request we are sending. Here's the error response:

ERROR 405
Your query not allowed for this location
If you see this error, try to use another text in edditable fields, clean cookies and cache in your browser or copy error details and write support: support@pro-managed.com?subject=Error 405

Error text:
Host: <community_url>
Request: /cookies.html?backurl=https://<community_url>/index.php?app=core&module=system&controller=marketplace&pmtry=3
HTTPS: on
Protocol: HTTP/2.0
User IP: <remote_ip>
Browser: InvisionCommunity/1.0
Referer: 
Timemark: 1649405742
ErrorCode: 405
ClusterNodeID: M-24
Posted

Thank you, that's makes sense!

57 minutes ago, Stuart Silvester said:

Your server/network is blocking the request we are sending. Here's the error response:

ERROR 405
Your query not allowed for this location
If you see this error, try to use another text in edditable fields, clean cookies and cache in your browser or copy error details and write support: support@pro-managed.com?subject=Error 405

Error text:
Host: <community_url>
Request: /cookies.html?backurl=https://<community_url>/index.php?app=core&module=system&controller=marketplace&pmtry=3
HTTPS: on
Protocol: HTTP/2.0
User IP: <remote_ip>
Browser: InvisionCommunity/1.0
Referer: 
Timemark: 1649405742
ErrorCode: 405
ClusterNodeID: M-24

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...