Most voted "url" questions
Uniform Resource Locator (URL) is a uniform resource identifier (URI) that specifies where an identified resource is available and the mechanism to retrieve it.
Learn more…341 questions
Sort by count of
-
0
votes1
answer96
viewsDynamic links with parameters
Hello! I have a question. I would like to create a file external to the menu of a site that is responsible for making the link between the pages, but I’m having a lot of difficulty executing. I’m…
-
0
votes1
answer95
viewsConflict of conditions in htaccess
Hello I’m starting to try to work with friendly Urls now, so I’m not sure I’m doing the right thing. Here’s the thing: I have a site made totally without the use of htaccess, so it has huge links,…
-
0
votes1
answer33
viewsPath with Laravel URL parameters
It’s a silly question, but I’m racking my brain. I have the url subcategory/sessao/3/1/Facirolli04 where they are as follows, 3 - would be the category 1 - would be the session Facirolli04 - would…
-
0
votes1
answer86
viewsApache does not find URL
I developed my page using angular Only that by giving the ng build --prod --bh=/projeto/ When I want to access my system by sending a parameter via url The same only works if you are using the…
-
0
votes1
answer262
viewsVariable in a url by powershell
I’m building a script that takes an answer from a url and uses this answer to build a second url. Example: $id = Invoke-Webrequest -Uri "http://meusite/login? blablabla" This first request will…
-
0
votes1
answer42
viewsHow do I resolve a problem of renaming ENCODED URL files?
How to troubleshoot this problem of renaming ENCODED URL files? When converting a list of URL ENCODED files through the following code from urllib.parse import unquote import os, shutil cwd =…
-
0
votes1
answer101
viewsCorrectly set URLS in Django
I need to make two pages login and Challenge, where urls can be domain/login and domain/challenge or domain/login/challenge Only the way I’m doing is giving 404 Files from the APP: py views. from…
-
0
votes3
answers62
viewsHow to choose the page URL (vice versa)
Hello, I’m developing a project with .NET Core Razor, and I have a file structure like this: When in the browser I go to the Menuprincipal page, the URL looks like this:…
-
0
votes1
answer40
viewsMult-lingua site with regular expressions
Hey, guys, all right? I have a problem to identify the page with the language at the same time. Just pulling the index with the languages and the other pages not. This is the url expression:…
-
0
votes1
answer66
viewsURL replicating path each time I hit F5
I climbed an angled design to the FTP, the problem is that every time I squeeze F5 he repeats the relative path. So when the access starts at www.mysite.com.br/one/auth/login Then F5 grip it goes…
-
0
votes1
answer62
viewsError in function to return Querystring in Javascript
When using this function by calling the filter parameter of an error, instead of returning the value of the Querystring parameter it returns a Function. //Retorna os valores da querystring function…
-
0
votes1
answer42
viewsDecode received URL
I’m working on integrating payments through Pagar.me, but I’m not able to decode their postback to process the returned information. The return format is based on URL, I performed a url_decode() to…
-
0
votes0
answers38
viewsChange URL and audio remain playing
I am developing a site in PHP and Jquery where at the top of the site (present on all screens) the user will be able to click play and listen to a streaming of a live radio. The problem is that when…
-
0
votes1
answer198
viewsUse variable obtained via input and declare in URL
Create a screen with one that should be named after a user on Github. After entering the user name and clicking the search button application must search for the Github API (as URL below) data from…
-
0
votes0
answers67
viewsDownload compressed folder (.zip) from a URL (FTP) with JAVA
I am trying to download a "zipped" folder through the URL http://portal.insoft4.com.br/site/Download/RepositorioSCR/Teste.zip (FTP) with the following code snippet made in Java: try…
-
0
votes1
answer339
viewsClick on the link with vba
I need to click on the object that has the hyperlink to continue browsing the page. Error occurs on line: ie.document.getElementsByTagName("td")(0).CLICK. Sub busca_desc()…
-
0
votes0
answers109
viewsHow to pass parameters to a Django url using javascript
I am new to the stack overflow platform and also in web programming, I am trying to build a program for restaurant. In my views, I sent two models of Django (Product and Table), these tables have no…
-
0
votes1
answer22
viewsUsing Loginrequiredmixin with Login Formview
Basically, I have a Formview where I do validations to log users to my platform, if the result is positive, it is redirected to the URL /dashboard/, as shown in the code below. class…
-
0
votes0
answers48
viewsGithub Pages cannot find my source in the repository
I sent a website to Github Pages along with some fonts that will be used on the page. The directory structure is this: MeuRepositorio/ index.html public/ ... fonts/ MinhaFonte.TTF css/ style.css…
-
0
votes0
answers12
viewsReturn data with CBV using parameters in the Django url
Good evening. I am trying to return the data of a query, and even managed to make the query work. The problem is when to send the data to the template. Always appears the error that has to be a…
python django url framework django-generic-viewsasked 3 years, 6 months ago Sergio Sacchetti Junior 55 -
0
votes0
answers19
viewsProblem extracting web page data with Beautiful Soup in python
I made a script in python to access the portal of records of the Inmetro to make a search among the existing certificates. In this case, my script accesses this link and takes all records from the…
-
-1
votes1
answer162
viewsReturn the same URL and change the aspx Asp.net label
I am doing a validation in a sales system, where if the seller clicks on a customer who is in debt access is not allowed. So far no problem, I made the connection with the DB and validation. I would…
-
-1
votes1
answer48
viewsRedirecting of Urls
Good morning! I have 2 wordpress sites (1 will be deleted) and are with duplicate posts, put exported and imported in the other. Is there a way for me to redirect all urls at once? Example: Whatever…
-
-1
votes1
answer306
viewsGenerating friendly URL
Guys, I made a product registration page, and I’m willing to put to access the product through the name, same as the wordpress system, but I could not find any support for this. When saving the…
-
-1
votes2
answers3616
viewstarget Blank right in the URL
On my site I have a floating button that has an image and allows me to put a URL, but does not have the option to open in a new tab. You only have space for the URL. I wonder if it has how to do the…
-
-1
votes1
answer119
viewsHow to create a friendly URL
I’m making a business guide website, but when user views the details of this company the URL appears as follows: www.nomedomeusite/detalhes.php?id_empresa=24 The id_empresa=24 I’m picking up via…
-
-1
votes1
answer126
viewstake data from the url using Avascript/jquery
I have a URL with the data encoded using encodeURIComponent. Then I decode it using decodeURIComponent and it looks like this: http://localhost:8081/edit.html [{ "name": "Darth Vader", "ladoForca":…
-
-1
votes1
answer133
viewsExtract part of URL with PHP
I need to take a part of a certain URL and save in a variable but I do not know how to do with PHP, is the part that is the name of the store, there are several registered stores, so I need to get…
-
-1
votes1
answer38
viewsHow do I open this function url in new tab in random link option
links = new Array("<www.google.com","https://www.youtube.com/","portal.trademap.com.br"); tamanho = links.length; nRand = Math.floor((Math.random() * tamanho…
-
-1
votes1
answer21
viewsHow to pass "invisible" variables from one page to another using a link in Django?
Suppose I have the following code in the.py urls; url(r'^relatorio', views.relatorioView, name='relatorio'), url(r'^relatorio/grafico', views.graph, name='grafico'), On the report page I have a…
-
-1
votes1
answer850
viewsCollect image link with python , Selenium and webdriver
I need to run a python script to get the url of an image that is only shown after running the page’s javascript. I am using python3 with Selenium and webdriver. However when trying to locate the…
-
-1
votes1
answer68
viewsUsing URL variables in PHP code
Imagine that I have a tagged URL, for example: https://meusite.com.br?utm_source=StackOverflow. This would be the basic tagging, it also has the parameters utm_source, utm_medium, utm_campaign,…
-
-2
votes1
answer493
viewsTitle in friendly URL
Like I do to change the title of the sticky pages in the friendly URL? below follows the friendly url script <div id="conteudo"> <?php $url = $_GET['url']; $quebraUrl = explode('/', $url);…
-
-2
votes1
answer119
viewsPage not found if put parameters at the end of the URL
Good morning, I’m having a problem when I will post a news of my site on facebook, it adds a parameter at the end of my URL(www.ex.com/noticia/ex-noticia?ex=123). That(ex=123) makes my site not find…
-
-2
votes1
answer24
viewsInclude in a variable url conunt javascript 'console' Chrome
var account = 1 var account = 1 + 1 window.open('/test/number/11965/', '_Blank') I need to replace the value of 11965 by variable account so that it remains window.open('/test/number/COUNT/',…
-
-2
votes1
answer640
viewsHow to remove the question mark "?" at the end of the URL of a request?
I’m using a form to trigger a request GET to an endpoint of mine <button> instead of the tag <a> for links because the CSS style was only made for the tag <button>. Behold:…
-
-2
votes1
answer284
viewshtaccess removes a bar (/) from the url when using WWW in the Prestashop
I have a version 1.7.6 multi-store installation enabled. At first, Prestashop set up htaccess already. Each store is accessed as follows: https://meudominio.com/loja-a https://meudominio.com/loja-b…
-
-2
votes1
answer125
viewsHow to send id as parameter to url
I am training to build a blog, I can already recover the posts via API and display the results on the screen, but I need now when you click on the item (post), its id is sent to the url, forming…
-
-3
votes1
answer1383
viewsFriendly URL with . htaccess
I would like to leave my url which is like this: https://assistir.xyz/embed/filme.php?id=tt0120737 to look like this https://assistir.xyz/embed/tt0120737 You have to let some make a file . htaccess…
-
-3
votes3
answers1195
viewsI need to take the current URL and know if after index.php you have "?" or "&"
The initial part to get the URL I already made using this code: //URL ATUAL $url_atual = str_replace("/", "", $_SERVER[REQUEST_URI]); echo $url_atual; ..... If I’m at the url…
urlasked 6 years, 3 months ago Iury Martins 19 -
-5
votes2
answers161
viewsComplete the URL
Create a function called domain that will receive a String br.NOMEDOSITE.com and its function will be to return "http://br.NOMEDOSITE.com". I did so: function dominio ("br.NOMEDOSITE.com" ){…