Monday, May 05, 2025
The Journey of Searching for the Best Notes App
Perjalanan Pencarian Aplikasi Catatan Terbaik
Sejak lebih dari satu dekade lalu, saya sudah terbiasa mencatat hampir semua hal secara digital. Mulai dari ide mendadak, memori-memori penting, kutipan menarik, hingga rencana proyek. Dan seperti banyak orang lainnya, saya pun menjalani perjalanan panjang mencoba berbagai aplikasi pencatat sebelum akhirnya merasa benar-benar pulang di satu aplikasi yang saat ini jadi favorit utama saya
Thursday, January 02, 2025
How to Fix the “You Can’t Access This Shared Folder” Error on Windows 10 and 11
When attempting to access a network file share on Windows 10 or 11, an error message may appear: You can’t access this shared folder because your organization’s security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
This message arises because Windows’ default security settings are designed to prevent unauthenticated guest access to safeguard devices from potential network risks. However, there is a solution to resolve this issue without compromising network functionality.
Cara Mengatasi Error “You Can’t Access This Shared Folder” di Windows 10 dan 11
Ketika mencoba mengakses folder berbagi (network file share) di Windows 10 atau 11, sebuah pesan error dapat muncul: You can’t access this shared folder because your organization’s security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
Pesan ini terjadi karena pengaturan keamanan bawaan Windows dirancang untuk mencegah akses tamu yang tidak terautentikasi demi melindungi perangkat dari risiko potensial di jaringan. Namun, ada solusi yang dapat diterapkan untuk mengatasi masalah ini tanpa mengorbankan fungsionalitas jaringan.
Monday, December 02, 2024
CORS Error Explained: Understand and Easily Fix It!
![]() |
Source: https://www.webdevolution.com/blog/ASP-NET-Cors-error-fixed/ |
Have you ever encountered an issue when trying to access data from a server hosted on a different domain than your website? For instance, you might try to display an RSS Feed from another site in XML or JSON format on your blog, only to find that it doesn’t load. Or perhaps you’re fetching data from an API using JavaScript, only to see an error like, "Access to fetch has been blocked by CORS policy". If this sounds familiar, then you’re dealing with what’s known as a CORS Error. But what exactly is a CORS Error, and how can you fix it?