Symdeb

Results 31 comments of Symdeb

Could someone confirm this issue is valid ? It is quite annoying to have to change the .htaccess file for the auth server discovery and register call each time manually...

Will get the logs but for the moment 1. ALL the request are 100% exactly the same for success and failure, the ONLY different is removing/adding the Header set Access-Control-Allow-Origin...

Here are the logs at the server, Once again with/without origin refers here to adding the line ` Access-Control-Allow-Origin "*"` in htaccess or not. It's the only difference. MCP inspector...

Can concur Ubuntu 25.10/Firefox/inspector 017.1. Scopes are ignored

@bojanbg Did the last step in obtaining the token pass. I experience this same behavior where inspector keeps calling the authorization_code after it reported a failure to fetch the token...

Any ideas ? the response is according to rfc8414 The logs show: `2025-11-14 23:13:09.196 | [note] Attention! There may be sensitive information (such as API keys) in these logs. Make...

Moved on to PHP8. PHP8 moves CORS header responses from .htaccess to the PHP scripts. MCP Inspector now works fine, but Warp reports a pre-flight error. Cannot find any information...

Here are the response from the localhost and Figma. . When using https:// (self signed cartificate) Warp raises the error when using http, it does not call the authentication endpoint,...

The issue with https: was caused by signed certificates . After lots of searching that now finally works with localhost. However, WARP still not does execute to direct to the...