python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Wildcard domain and pathname regex for redirection
I'm trying to get batch redirection working in cloudflare workers. Here's an array of objects with to and from urls, some will be cross domain.
const redirects = [
{
"from": "http...
muser
Votes: 0
Answers: 1
How to disable or remove web pages from my web site
I want to block or delete some pages on my website. Maybe these pages can be used again in the future, so I don't want to delete them directly and I want to prevent users from accessing these pages vi...
israfil isler
Votes: 0
Answers: 2
How to retrieve data (URLs) from Google Sheets and use it in a javascript code for redirecting from a page to the retrieved URL?
I don't have huge knowledge regarding coding so please help me out with this. There is a website with some hyperlinked text (actually a time table for attending classes) in it. That table has many lin...
Online Corner
Votes: 0
Answers: 1
Redirected to login page for multiple times before successfully log in to application (Microsoft Azure AD with Angular 12 and ASP.NET Core)
I'm using angular 12 with ASP.NET Core and successfully integrated my application with Azure AD clouds and got the token from it. But there are some issues (Bugs) that I'm being redirected to the logi...
Bili
Votes: 0
Answers: 1