Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [url]

A URL (Uniform Resource Locator), is a universal identifier on the web. A URL is a reference to a web resource at a specific location, and provides a means for retrieving that resource.

url
0 votes
0 answers
6 views

What is the purpose of adding URI elements to a Meta Pixel Domain Allow List?

The Security Configuration A site I began managing last year uses the "Allow Listing" feature to block traffic sent from users on various domains when using the Meta Pixel. The site's three ...
tantalized-apple's user avatar
0 votes
0 answers
9 views

How to set exception for URL with certain parameters in a string (REACT)

I am trying to conditionally render JSX element and looking for a way to exclude any URL that has a subpage in it. see example: eg. "/blog/some-parameter" <div> {/* Conditionally ...
timber535's user avatar
  • 435
-4 votes
0 answers
21 views

Good day. I'm Asadbek from Uzbekistan [closed]

I'm working on ejs express project and why when i set url to route handler like /contract ejs is being rendered properly but when i set api like /all-org/contracts is not rendring properly. My routes ...
Asadbek Asadbek's user avatar
1 vote
0 answers
118 views

Decoding Google News Redirect URLs

I am currently working on a project that involves crawling news articles from Google News via RSS feeds. After gathering these news articles, my next task is to convert the provided Google News ...
yassir noussi's user avatar
0 votes
1 answer
23 views

how to use Waze in Flutter?

I want to show a location with already installed Waze app with my flutter code , i use url_luncher to open it but it doesnt work this is url : Uri.parse('the url') so the print is : component name ...
behnam's user avatar
  • 51
-1 votes
0 answers
10 views

how to convert url string parameter to numbers [closed]

http://www.example.com/4qgkuNuQsYM%2bawDIW9hkkA%3d%3d In the above line, after domain name it is url string. and it is actually numbers that are converted into these characters. Is there any ...
Umair Ahsan's user avatar
-1 votes
0 answers
10 views

Currently managing a website that is intended to have around 600 pages. I have noticed a large number of dynamically created URLs in Google console

I am currently managing a website that is intended to have around 600 pages. However, I have noticed a large number of dynamically created URLs in the Google console, such as: enter image description ...
Aayushi Shah's user avatar
-2 votes
1 answer
26 views

How to extract the correct URL from a specific given corrupted URL?

This is the URL of a PDF that I wanted to access: http:\/\/www.mahakavya.com\/wp-content\/uploads\/2021\/02\/\u0905\u0925\u0930\u094d\u0935\u0935\u0947\u0926-hindi.pdf But when i type it in web ...
preachpp's user avatar
-3 votes
1 answer
55 views

findAll() method in MongoRepository returns an empty list [closed]

MovieService.java package com.example.movies; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; @Service public ...
Trần Khôi's user avatar
0 votes
0 answers
30 views

Why doesn't work PDF file open by PDF.js viewer [with URL]?

I downloaded manually the PDF.js viewer, and it was working perfectly in program XAMPP, but when I uploaded to a web server, it broke down. I uploaded also the web, the build folders and the LICSENSE ...
Benedek Szabó's user avatar
0 votes
2 answers
33 views

redirect URL with query string to URL without query string

I have recently migrated from asp.net website to wordpress. My old urls look like this domainname.com/heating-cooling-new-york-city.asp?tn=Washington%20Heights I want to redirect this url to ...
Shannon martin's user avatar
0 votes
0 answers
13 views

Silverstripe v4 URL issue

for some reason, my website URL is skipping back (pages in URL) to the index page have a look please and click on any page https://www.baybuckwheat.co.nz/ The URL will not display the page you clicked;...
VNicholson's user avatar
-3 votes
0 answers
34 views

PHP script suddently returning malformed URLs [closed]

I have been using a PHP script for a number of years without issue. Suddenly it malfunctioned and I have only just found out it's the culprit. Instead of forming a URL like. https://www.Website/sam/...
TheImagineGenie's user avatar
-1 votes
0 answers
14 views

express js urls calling same route.get() [closed]

"use strict" const express = require("express") const router = express.Router() require("dotenv").config() const current_file_version = process.env.CURRENT_APP_VERSION +...
iam preethi's user avatar
0 votes
0 answers
16 views

Wordpress Registration page load + Referral link issues

I want my wordpress website registration page to be able to open referral url like this -https://mywebsite.com/register/?ref=383892 when a user is registering using a referral link. Anytime you put in ...
Ebby S. V. Hesse's user avatar

15 30 50 per page
1
2 3 4 5
2904