Questions tagged as 'url'

1
answer

How to open external URL in bootstrap modal?

I already use the bootstrap modal and it worked very well for the content I tested. But I can not find anything that explains how to open an external page in a modal on the site. Does anyone know how to do it? I'm grateful for the help!     
asked by 03.04.2017 / 17:55
1
answer

Problems defining url string whose query string parameter contains the dollar sign ($)

I'm using a WS API in JSON the URL is https://api.movidesk.com/public/v1/persons?token=52ee6ca5-8639-422b-bafe-470013c11176&$filter=profileType eq 2 which is the example in which the API documentation passes. when playing in the brow...
asked by 18.04.2017 / 22:33
1
answer

Retrieve geographic data via an HTTP request via Google Maps URL

Good morning guys. I'm trying to retrieve some geographic information based on latitude and longitude. To retrieve such information I'm trying to make a request via URL through this link: Google Maps Geolocation API . It returns me an XML...
asked by 14.10.2015 / 14:13
1
answer

How to mount a url in Django?

To learn Django, but one thing that I have not understood very well is how to set up a url, I know that it uses regular expression, but someone there has a way to explain it to me, p>     
asked by 28.01.2015 / 20:00
1
answer

How to put a string at the end of all URLs via PHP (CodeIgniter)

I'm using the CodeIgniter framework to develop a system. But in the company where they are using, the pages are not updating right, it's like the cache gives the whole page and only when I give an F5 it updates. For example, there is a screen...
asked by 23.07.2015 / 18:15
2
answers

Script to open index.html from multiple folders

How to make a script in bash that: Based on this example url: link Select the 12620 folder. Open the index.html of this folder in a Firefox tab in Kali (Debian) Select folder 12620, add +1, getting 12621, and open index.html from tha...
asked by 20.09.2015 / 21:32
3
answers

Force url redirection with htaccess with password

I need to test a site that I'm creating and to do this I'll let some people access it, it happens that I only want to give access to a specific url that opens the site login. EX: link Any other form should be blocked. I need help to c...
asked by 06.07.2016 / 13:54
2
answers

How to get the host name in URLs?

How to get the name of the host from a URL like Mega, 4shared among others with PHP? In case you would like to know having this URL as an example:    link How can I get from this URL only the word MEGA discarding everything...
asked by 21.01.2015 / 19:17
2
answers

Get URL ID instead of INDEX

Hello, I would like to know how to get the URL ID as if the index was the ID, so type Using GET: http://domain.com/api.php?id=1999&output=json $id = $_GET['id']; Okay, so long, well I'd like to know how you can get the id like this: h...
asked by 07.02.2016 / 22:04
2
answers

Capture data after the # character in the browser URL

I have the following URL http://urldosite.u/home#6 that when I step into a variable, it simply overrides everything after # . And I really want to get just what this after this and this character, in the example, the number 6 I have...
asked by 24.07.2014 / 19:29