I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by gowtham_6 DDNS is configured correctly and the hostname works locally, but I can’t access it from outside my network. Remote management is enabled and set to port 80. Any idea what I might be missing? Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by trcooke You're a little thin on details about "my network" but for the purposes of this discussion I'm going to assume you are talking about a typical home network comprising of a Router and a bunch of devices connected to it. Let's think about the network route required to get from one computer on your network to another, and this is what I … Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by rproffitt Many if not most ISPs block port 80. More at https://www.google.com/search?&q=port+80+inbound+blocked+by+ISP This has been my finding for over a decade. Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by Dani My experience is that AT&T fiber for residential use does allow servers and does not block ports. I used to have Verizon FiOS which, also, did not block ports, but that was a business account and so under different rules. Spectrum and Optimum Online business accounts also didn’t block, but I paid an extra $10/month for a static IP back then as … Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Marcus_8 … that blog, but I can’t pinpoint what I’m missing. Has anyone faced a similar issue? Could you help me… Re: Delete unused MySQL indexes Programming Databases by toneewa … wait event data in detail), which can create incomplete or missing information about index usage like table I/O waits, index… Re: I looking for long term cooperation possible client. Programming Software Development by Dani You might want to check out Upwork or Toptal to get freelance development work. May I ask what the code you provided here does? It seems to just be a constructor function with some getters and setters, but is missing the rest of it. Was it written by ChatGPT? Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani What management API? 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 Marcus_8 Yes, I did, but due to some Auth0 guideline, I can't share the link there. Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani OK, I'm a little confused. You're an SEO guy who linked to a blog article about 401 errors on an SEO firm's website. The link to that article was snipped from your post for being self-promotional in nature. (I assumed you were just trying to get the backlink.) However, you're saying the 401 error is from using the Auth0 API. Can you post your code … Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani > I feel like the solution might be in that blog It's not. The blog article whose link was snipped has nothing to do with API authorization errors. How to connect to the Pinterest API using PHP? Programming Web Development by FarrisFahad …/docs/api/v5/oauth-token Is there something I am missing? Any help would be appreciated. 500 Internal Server Error: Need to Hire Developers in USA Programming by YashSmith ….send(data); }); Could it be an async error or a missing middleware? Looking to hire developers in the USA who specialize… Re: Cannot run exe from asp.net Programming Web Development by lennyli …('server begin'). Could it be due to some modules/libraries missing/not installed?? I ran the command echo %PATH% and the… Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by asadkhan12 Your post perfectly highlights the power of behavioral psychology in funnel optimization! The results speak for themselves—small yet strategic psychological tweaks can make a massive impact on conversions. Trust signals, emotional storytelling, and cognitive ease are often overlooked but make all the difference. The way you broke down each … Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by graceweb It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not … Re: How to connect to the Pinterest API using PHP? Programming Web Development by Dani Never trust ChatGPT to write fully flushed out code for ya :) Pinterest uses OAuth to authorize your app on behalf of your app's end-user, if that makes sense. For example, your goal is for your end-user to load up your app, and have access to *their* Pinterest account. What OAuth does is give your end-user the ability to grant your app … Re: How to connect to the Pinterest API using PHP? Programming Web Development by Dani Oh, it looks as if the tutorial was for the old DaniWeb API that no longer exists. The [DaniWeb Connect API](https://www.daniweb.com/connect/developers) is also OAuth-based and has some of its own documentation. Re: Google Search Console -> Page indexing Digital Media Digital Marketing Search Engine Strategies by ashleydent4u It sounds like you're on the right track already, and your robots.txt file actually looks okay at first glance. However, if 1.13K pages aren’t being indexed, it could be due to a combination of issues like low-quality content, duplicate pages, or crawl budget limits (especially with Blogger sites). In Search Console, head to the “Pages” section … Missing return statement Programming Software Development by baneyramos_09 … class below, but its just not working, it keeps sating 'missing return statement' int the method declaration line. Can u see… to check if there is anything missing in my code or if iv done something wrong?? Thanks… { public int trade(int []a, int b){ //says theres a missing return statement int temp=0; for (int n = 1; n… missing or corrupt : /WINDOWS/SYSTEM32/CONFIG/SYSTEM Hardware and Software Hardware by ebjm4 missing or corrupt : /WINDOWS/SYSTEM32/CONFIG/SYSTEM I have the un bootable hard drive in a nother computer that does boot up. Is there a way to get this file back into the unbootable hd. Thanks Ed Re: Missing Config file not allowing boot Hardware and Software Microsoft Windows by ebjm4 Missing Config file not allowing boot how do I fix this problem Re: Missing } return statement Programming Software Development by tonakai missing return statement means that your method expects you to return a value. for example : [CODE] int add(int x, int y) { return x+y; } [/CODE] if your method does not return a value its signature need to be like this: [CODE] void foo() { // some code here } [/CODE] Re: Missing Parameter Value Programming Software Development by ranj_s20 Missing Parameter Values: Exception raised in Boolean ThrowDotnetException(System.Exception). This … missing ";" before "." ---- Programming Software Development by Duki … started on this, and I keep getting an error saying Missing ";" before "." starting at line 25 and… missing Programming Software Development by nurulshidanoni … it , at line 84. Error executing cl.exe. error C2447: missing function header (old-style formal list?) [code=C++] /*--------------------------- Filename : ConflictMatrix… missing ';' before '*' Programming Software Development by fusi0n423 … I keep getting: lineeditor.cpp(33) : error C2143: syntax error : missing ';' before '*' when compiling. The code is: [code=c++] template <… Re: missing ';' before '*' Programming Software Development by fusi0n423 … the semi colons are correct. I thought maybe i was missing one somewhere else but no matter where i move the… Missing Programming Web Development by papadarl Can any one help? when I use Dream Weaver Validator to validate my code I get this message line 22 column 7: element head is missing a required instance of child element title it allso shows a <head> the last > is in red