Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Marcus_8 Hi everyone, I'm getting a 401 Unauthorized error when trying to call the Management API from my web … Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani Oh, it looks as if you're referring to auth0, as I see you've also posted [over there](https://community.auth0.com/t/why-am-i-getting-a-401-unauthorized-error-when-calling-the-management-api/185378). It says you've attached a diagram of the request flow but I'm not seeing it. Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani What management API? Error when sign in with Google Community Center Meta DaniWeb by John_165 Get error when sign in with Google ![Screenshot_2025-05-14_005909.png](https://static.daniweb.com/attachments/4/6b4328258653e90c1306dd4197d61570.png) Re: Error when sign in with Google Community Center Meta DaniWeb by Dani Thanks for the heads up! I’m able to reproduce it and I’ll look into it shortly. I’m currently still in bed. Re: Error when sign in with Google Community Center Meta DaniWeb by Dani It should be fixed now. Unfortunately it's been broken for quite awhile and I didn't realize it. It broke on the 5th of the month when I went through all the code and mass-added a wrapper that ran some sanitization stuff. So sorry about that! Either way, it's fixed now. Re: Error when sign in with Google Community Center Meta DaniWeb by Dani A little more information: I had a variable called `$uri` that I assumed was a URI, and so decided to be smart and add a sanitization wrapper around it to ensure it was a valid URI. It turned out that the variable was *not* meant to store a fully-formed URI but actually only part of one, and therefore always failed the check. Re: Lots of new members but no one posts Community Center Meta DaniWeb by Dani … block known crawlers such as Googlebot with an HTTP 403 error, just in case any decide to go rogue and sneak… Re: Wifi Connectivity Issue Hardware and Software Networking by borjadegreat The wifi connectivety issue can be due to no signeal problem. Take a look and check that why signals are comming slow. When you solve the signel issue, the wifi connectivity automatically become good Re: Wifi Connectivity Issue Hardware and Software Networking by borjadegreat the issue may be due to no signel Solve the no signal issue and this isue will be solved automatically. Custom font on Cloudflare error page Programming Web Development by Dani As you may know, yuo can customize the error pages in Cloudflare, such as for a WAF block, etc. …For some reason, since the switchover to the new error pages dashboard, the custom font I always use isn't… Re: Custom font on Cloudflare error page Programming Web Development by JackRyan248 > As you may know, yuo can customize the error pages in Cloudflare, such as for a WAF block, etc. &…; > For some reason, since the switchover to the new error pages dashboard, the custom font I always use isn't… Re: Custom font on Cloudflare error page Programming Web Development by wwwalker I would check out assets you add to custom error page. See https://developers.cloudflare.com/rules/custom-errors/ Re: Custom font on Cloudflare error page Programming Web Development by Dani Hello Dwight, I had already checked out that link, but from what I can gather, Cloudflare does not consider individual resources (such as fonts, images, etc.) as "assets". My understanding is than an asset is the entire HTML file used to generate the page, complete with inline, base64 encoded resources. Re: Custom font on Cloudflare error page Programming Web Development by Dani Yes, it is. Cache settings are irrelevant? I was really just wondering if anyone else has experienced this issue, and what they did to fix it? Re: 💻 What’s the First App You Install on a Fresh Windows Machine? Hardware and Software Microsoft Windows by Reverend Jim … change the location for some folders but you get an error for others, even though the change location option is still… presented. And the error message makes no sense. It complains about a duplicate folder… Re: Cannot run exe from asp.net Programming Web Development by lennyli … client pc, it waited a few seconds, then output the error: C:\Users\maxwi>python client.py Traceback (most recent… Re: Coin Flip (Python Newbie) Programming Software Development by jassonadder … with print()—that could have been another source of the error. Keep going, you're doing great! 500 Internal Server Error: Need to Hire Developers in USA Programming by YashSmith My web app throws a 500 Internal Server Error despite the server running fine. No clear logs indicate the … async issue? res.send(data); }); Could it be an async error or a missing middleware? Looking to hire developers in the… How to connect to the Pinterest API using PHP? Programming Web Development by FarrisFahad …$response = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); $error = curl_error($ch); curl_close($ch); if ($response === false) {… die("cURL Error: " . htmlspecialchars($error)); } $data = json_decode($response, true); // Error handling for HTTP response… Database Connection Failing in MySQL – Need to Hire Developers in the USA Programming by YashSmith …-based application. The credentials are correct, but I keep getting: ERROR 1045 (28000): Access denied for user 'admin'@'localhost' Is it… Running Apache Tomcat behind a IIS reverse proxy with SSL termination Programming Web Development by riahc3 … for now Im only getting a "Bad Gateway" error. Anyone done this before? Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination Programming Web Development by blud … this falls into. This can sometimes be defined on the error pages if they are enabled. Connection Timeout - This is generally… DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization Programming Computer Science by usmanmalik57 … occurred with model:", model_name, "| Tweet:", i, "| Error:", e) exceptions += 1 time.sleep(sleep_time) print("Total… Re: Show computer name on a label Programming Software Development by Mr.M Error can't convert char to Text when I output ComputerName to label Cannot convert parameter 1 from char[16] to system::String ^ Re: Show computer name on a label Programming Software Development by Mr.M I tried that but I get this error Error 14 error C2440: 'initializing' : cannot convert from 'char [16]' to 'System::String ^' Regarding browser crashing, only with Dani its crashes on the other sites it doesn't crash Re: Hello Everyone, I'm Ray Brad Programming Software Development by Dani …; Hi Ray, > can you guide what kind of this error is ? i am getting this on my e-commerce store… which is on shopify. I got to know this error from microsoft clarity summary. (Most users encountered JavaScript errors on… Re: How old is your computer? Hardware and Software by SCBWV MANY years ago I had a Dell Precision Workstation with two CPU sockets and (I believe) the Xeon processor, and error correcting memory. I had a SCSI hard drive, which was very fast for the time. Love the machine, but not close to what is available today performance-wise. Re: Show computer name on a label Programming Software Development by Salem > I tried that but I get this error Prove it - post some code. You won't believe how many times people claim "I've done X" only to find out many posts later that they haven't done X at all, or they managed to fumble it and do "Y" instead. Re: Show computer name on a label Programming Software Development by Salem … are you using? As a test, does this compile without error? `String^ pcname("Barney");`