More Siteground/Elementor/Claude issues
-
I actually have gotten very close to getting OAuth working by disabling all plugins (including SG Security), changing templates, adding the cloudflare header transform rule,. All the curl requests seem to be returning properly (except that I see content-type i still text/plain and i think that should be returning json? Not sure. I even had OAuth connected!
But then I started to add plugins back (retrying the connection after each time). Somewhere along that way, I am now at the point when I try to connect and it pulls up your authorization window – it is not writing the URL properly (see the two https’), and if I delete one of them so the URL is correct, it goes back to failing the connection – on a completely barebones / no plugins installed wordpress instance. AHHHHHH. Oh and I was never successful with the API KEY method thus far after creating the JSON file and working with support back and forth multiple times until they stopped responding. Cant seem to get claude to read the JSON file which was confirmed to be correct. Anyhow, Ive gotten closer with OAuth than the API KEY method oddly is kind of my point.
C:\Users\Jeff>curl -I https://staging2.nerdsquad.net/.well-known/oauth-authorization-server
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 27 May 2026 17:56:14 GMT
Content-Type: text/plain
Content-Length: 626
Last-Modified: Wed, 27 May 2026 16:28:16 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "6a171ba0-272"
Remote-Addr: 73.54.63.7
Cache-Control: no-store,max-age=0
Accept-Ranges: bytes
C:\Users\Jeff>curl -sS https://staging2.nerdsquad.net/.well-known/oauth-authorization-server -H "Accept: application/json"
{
"issuer": "https://staging2.nerdsquad.net",
"authorization_endpoint": "https://https://staging2.nerdsquad.net/authorize",
"token_endpoint": "https://https://staging2.nerdsquad.net/token",
"registration_endpoint": "https://https://staging2.nerdsquad.net/register",
"response_types_supported": ["code"],
"grant_types_supported": ["authorization_code", "refresh_token"],
"token_endpoint_auth_methods_supported": ["none", "client_secret_post"],
"code_challenge_methods_supported": ["S256"],
"scopes_supported": ["mcp:full"],
"service_documentation": "https://royalplugins.com/support/royal-mcp/"
}The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.