Skip to main content

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.

Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

Get a URL from Edge browser

I have an Edge browser open with one tab. I want to get the URL of the webpage into a variable in excel so I can create a hyperlink to it. I asked this question a couple years ago and received an ...
Steven Thomasson's user avatar
0 votes
0 answers
29 views

how to fix this Error: qrc:/main.qml: No such file or directory

I'm developing a very basic QML GUI for a C++ project, but I'm having trouble adding file URLs to the program. I've tried using absolute paths, ./path, and ../path, but none of them work. Whenever I ...
Pouya Tavakoli's user avatar
0 votes
0 answers
11 views

Upload sqlite file to url

I created an app that downloads a .sqlite file from url and works with it. I don't have problems in dowloading it directly in the database folder. Once I modified it I would like to upload it to the ...
vittorio ferretti's user avatar
0 votes
0 answers
11 views

How to render HTML links in Flutter?

I am doing an experiment where the goal is to render Flutter Dart code into HTML. import 'package:flutter/material.dart'; class HtmlLikeWidget extends StatelessWidget { @override Widget build(...
TSR's user avatar
  • 19.4k
0 votes
1 answer
21 views

Remove '%20' at the end of the URL on load

My client has accidentally created a QR code that contains '%20' at the end of the URL. Instead of linking to https://www.example.com it links to https://www.example.com%20. This gives the "DNS ...
Anna's user avatar
  • 137
0 votes
0 answers
44 views

Javascript not running when pressing back

I've made this simple example: <html> <head></head> <body> <button onclick="changepath()">setPath</button> <...
Henrik Clausen's user avatar
-3 votes
0 answers
40 views

How do I download CSV files with URLs starting with "blob"? [closed]

I am trying to automate the download of the csv files located on this page https://indexdata.six-group.com/swiss_reference_rates/other_terms.html (column: Historical Values). When looking at the url ...
user2177166's user avatar
0 votes
0 answers
22 views

access stock data url in nse

I have a question regarding accessing stock data from NSE. In my project, I am tasked with downloading the daily bhavcopy of stocks. To achieve this, I've implemented web scraping using Python. The ...
jkkn clg's user avatar
0 votes
0 answers
29 views

URL is replacing with special characters python [duplicate]

This is my URL: https://10.10.10.20/v1/device[]=1_2234. When I send the URL in my Python scripts, it's replacing the [] with %5B and %5D. import requests url = 'https://10.10.10.20/v1/device[]=1_2234'...
Siya's user avatar
  • 301
1 vote
0 answers
15 views

API integration with Next.js giving error

The next.js is integrated with an API , the search is working with getting data , however 'details' on click to access further data , gives 404 error. I am using Edamam API. The browser url is **http:/...
user17449555's user avatar
0 votes
0 answers
20 views

Unity Application.OpenUrl() stops working after the first call on IOS

I'm working on a Unity project using UAAL-library to integrate game into ios and android native apps. I have a simple code that opens url leading to game's website. On android, this works perfectly, ...
RudeGalaxy1010's user avatar
0 votes
0 answers
4 views

Cannot load dynamic URL in experimental-edge runtime [Next.js]

I try to load a dynamic URL with a parameter to specify what font to load in my function, but cannot seem to import a dynamic URL using the experimental-edge runtime in Next.js. It works when I use a ...
swedishtea's user avatar
0 votes
0 answers
14 views

URL Length Limit and Query Parameter Constraints in Front-End to Back-End Requests

While developing a mechanism for front-end requests to the back-end, I've encountered an issue regarding the URL length when carrying multiple query parameters. Is there a length limit for URLs? If so,...
mangoG's user avatar
  • 1
0 votes
0 answers
23 views

URL Fragment Encoding - Dollar? [AWS]

What is the standard way to encode the fragment portion of a URL? (after the # symbol) I noticed that on AWS CloudWatch for example, percent characters (%) in the fragment portion are encoded as '$25',...
giladrv's user avatar
  • 1,062
0 votes
0 answers
48 views

JSON file cannot be found in SwiftUI project

I'm making a simple JSON loading function in my viewmodel, which retrieves the data from a localized JSON file. However, when I call the function it doesn't seem to find anything at all. func loadJson(...
Thomas Lee's user avatar
0 votes
0 answers
17 views

npm build for github pages links requests to base url instead of sub url

Running npm build using github actions and then deploying to github pages using my gh-pages branch. The index.html file loads fine from https://user.github.io/, but all other http requests go to that ...
Thomas's user avatar
  • 1
0 votes
0 answers
20 views

How to retrieve automatically/periodically the WSS urls that the tab/browser is using and save them to a file?

I'm looking to retrieve the WSS(WebSocket Secure) urls that the Firefox/Chrome browser(only 1 tab open) is using and store them to a file, as often as possible. Is it possible to do this with minimal ...
rockstar1's user avatar
0 votes
1 answer
36 views

Dynamic menu building and navigation using URL parameters PHP

<!DOCTYPE html> <html lang="en"> <head> <title>Web Programming using PHP - Coursework 2 - Task 1</title> </head> <body> <header> ...
Muhammad Ali's user avatar
-1 votes
0 answers
30 views

Getting This Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate. I [duplicate]

I am trying to use the following code to read a CSV file, but I am getting an SSL error on PyCharm. How would I fix this? I have tried the following code but then get an error because read_csv() got ...
Xane Hunter's user avatar
-1 votes
0 answers
31 views

How to add a subdomain to a django URL? [closed]

I just have a simple question: How can I add a subdomain to my django url, like: forums.websitename.com or account.websitename.com? Since my URLS were starting to get messy, I would like to add ...
knnorou2's user avatar
1 vote
1 answer
48 views

@ not escaped by url.PathEscape

I'm wondering why using url.PathEscape is not escaping the "@" character. package main import ( "fmt" "net/url" ) func main() { path := url.PathEscape("...
David Meléndez's user avatar
-2 votes
2 answers
62 views

PHP valid url, including subdomains and also subpath [closed]

I need to check if a given string is valid. For me, the following and any other similar combinations are all valid URLs 'https://example.com/api/', 'https://www.example.com/test-subpath', 'https://www....
M a m a D's user avatar
  • 2,083
0 votes
0 answers
19 views

How to hide controls, showinfo, modestbranding and rel in my youtube embeded video?

I want to hide all the below points in my youtube embeded link but it is not working at all. How to do it? Had researched but could not get anything which can help me with this. Let me know if it is ...
Lazy Gyan's user avatar
-1 votes
0 answers
18 views

Is there a way to pass URL params to Firebase site? [closed]

I am building a form using ReactJS and Firebase hosting/firestore. There are various medical companies looking to post this form on their individual facebook accounts. I am looking to find a way to ...
1jacros's user avatar
  • 39
0 votes
0 answers
18 views

Integrating New URL Segments in CodeIgniter Without Disruption

I've developed an application for a client that currently uses the URL structure https://project.es/index. Now, they need to switch to https://project.es/apps/other_segment/index. I've adjusted ...
dtejada's user avatar
0 votes
0 answers
21 views

Issue with Query Parameter in Nest.js Application

I'm encountering an issue where the limit query parameter in my Nest.js application's GET endpoint is consistently appended with a question mark (20?). This occurs despite correctly formatting the ...
Tan Ngoc Le's user avatar
-1 votes
0 answers
36 views

Trouble Adding Website to LinkedIn Profile Due to "Potentially Malicious Content" Warning [closed]

I'm having trouble adding my website to my LinkedIn profile. When I try to search and select the link, I get the message "Potentially malicious content. Selecting this link may not be safe. ...
Yorman Nieto's user avatar
0 votes
1 answer
51 views

How to replace file-path-based URL in ASP.NET Core

In an ASP.NET Core MVC project, how do I change the URL for Razor pages from the default format like http://localhost:5088/Home/Faq, to a specific URL such as http://localhost:5088/freq_asked ...
litlln's user avatar
  • 3
0 votes
0 answers
17 views

what causes my configured test event xml url to not match the xml url in my AWS Lambda

appreciate any input on this. I'm creating my first web scraper starting first with an AWS Lambda function. Using Python 3.12. I have configured the JSON in a test event and should be able to match ...
Travis Borer's user avatar
1 vote
0 answers
35 views

Embed image in text stripping curly brace { } characters from URL

We have our images and PDFs in a custom location on the server. The URL to them includes a folder with curly braces in the name, like this: /{folder-name}/. I understand that having a folder with ...
BarNee's user avatar
  • 11
0 votes
1 answer
31 views

Laravel : i have this message "page not found" without any error

//my route Route::get('catalogue/{categorie?}','App\Http\Controllers\CatalogueController@index')->name('catalogue'); //my controller namespace App\Http\Controllers; use Illuminate\Http\Request; ...
user avatar
-1 votes
0 answers
18 views

Is it safe to use @ in URLs paths? [duplicate]

I have noticed that YouTube is pushing the /@yourusename url scheme. Is this future safe? Why now and why not earlier? Is this a dead end try of YT or does this url scheme offer any advantage?\ I am ...
kamilfromxyz's user avatar
0 votes
0 answers
42 views

I can't configure webhook url for whatsapp cloud API

I'm trying to configure the webhook. I watched a lot of videos using platforms like Heroku or ngrok. But I already have a server, Hostinger Brasil. The problem is that the URL I put in the ...
Mares's user avatar
  • 51
-1 votes
0 answers
15 views

isValidUrl from datadog/browser-core

I'm looking for documentation specifically for isValidUrl from datadog/browser-core. I have searched their docs webpage but nothing - https://docs.datadoghq.com/search/?s=isValidUrl Tried to find the ...
Sambuxc's user avatar
  • 470
-1 votes
1 answer
52 views

How to convert .svg url into SVG tag

I am getting SVG icons from backend as below response: { "status": 200, "amenities": [ { "id": 4, "amenities_name": "TV", &...
Sudipta Das's user avatar
-1 votes
1 answer
56 views

Previously working URL Session code no longer works in Xcode 15

This code has worked fine for the past couple of years, but after dusting off an old project it no longer works in Xcode 15. I have the 'URLSessionDelegate' correctly set and below is a simplified ...
Plasma's user avatar
  • 2,830
0 votes
0 answers
50 views

Telegram link display an Array instead of a string inside <button> tag on WP single page

I have posted an issue with getting user's data (telegram username) on this link which is resolved by changing telegram1 to email2 in functions.php: Could not get WP user data for a custom field on ...
Meng888's user avatar
  • 31
-1 votes
0 answers
27 views

How do I open a link with flet while preserving case sensitivity

I want flet to open a configured link when a button is pressed, here's the code: from flet import Page def nulls_start(text_values, switch_values): try: url = ( f"...
yummy1gay's user avatar
0 votes
0 answers
18 views

Point Sub-domain to Node.js Server

I'm having some trouble getting my Node.js server to show up on my sub-domain. Here's what I've done so far: I have a Windows VPS running a Node.js server at http://192.168.0.12:443/. I want this ...
BleuSyn's user avatar
  • 13
-1 votes
0 answers
15 views

Hidding third party domain url of images from my html pages

I'm trying to optimize my websites to avoid Google Ads Suspensions. One of the recommendation is to not have any url in the html pages that are not related to google or to the domain itself. In my ...
And Row ID's user avatar
1 vote
1 answer
30 views

add_rewrite_rule but no value in the get_query_var

I'm trying to clean the URL in WordPress. instead of this www.website.com/mypage/?myvariable=fr I want to have this www.website.com/fr/mypage/ The redirection works well, but I can not get the value I ...
patrice pellier's user avatar
0 votes
1 answer
47 views

How to correctly interpolate a variable in a JavaScript template literal for a URL in Oracle APEX?

I’m trying to construct a URL in Oracle APEX JavaScript using a template literal, but I’m running into an issue where the variable isn’t being interpolated correctly. Instead of getting the expected ...
Shahroz Ahmed's user avatar
0 votes
0 answers
25 views

django strange behavior with url with slug and /

I am encountering a strange django behavior that I don't see where it could go wrong. I have the start of an app that returns dynamic pages whose url is created through the slug. Everything works well....
didfordad's user avatar
0 votes
0 answers
45 views

URL to string variable

How can you download a webpage/URL into a string variable in VB.net? I had used WebClient in the past, but it is deprecated and doesn't seem to work correctly. What is the current method? In the past ...
Steve Spivey's user avatar
0 votes
0 answers
34 views

URL Protocol to Open URL in Specific Browser

I have tried to set a URL protocol to open a URL in a specific browser. Trying to replicate the way microsoft-edge: works. I have viv-window as below. It opens the program correctly but doesn't carry ...
JustLearning's user avatar
-1 votes
0 answers
20 views

Hide/Remove url port number from iis deployed website

I have multiple deployed websites on iis server and their url are like this https://demo20.myapp1.com:51500/ https://demo20.myapp2.com:51501/ Etc These are vue js implemented websites. Now i have been ...
It's Siddiqi's user avatar
0 votes
0 answers
33 views

GetDisplayUrl not getting correct http scheme

Background: I am trying to get my endpoint URL from HttpContext for attribute validation work where the URL needed to be fully identical. The problem happens when I try the get the full URL, where the ...
whatISboolean's user avatar
0 votes
0 answers
21 views

Htaccess Url Rewrite using bootstrap scrollspy

im using bootstrap scrollspy and have links like this: <a href="#contact">Contact</a> https://example.com/#contact Is it possible with htacces rewrite the url to https://example....
Cloud's user avatar
  • 31
1 vote
0 answers
20 views

Query string causing angular application break

I have an angular website is is already live and working fine. There are some google keyword query string which is attached to our url for tracking. When the url is loaded with query string such as ...
Santosh's user avatar
  • 3,717
0 votes
1 answer
26 views

Can't replace api url in next.js

I'm trying to replace api url after changing state of the checkbox.I can see right url in console but in request url steel the same,but it does't throw any error. export const createServerUrl = (isDev?...
Konstantin 's user avatar

1
2 3 4 5
871