Questions tagged as 'url'

2
answers

How do I link a URL to the bootstrap menu?

I want to put a link to Facebook that opens outside the website but it does not work, only when it collapses for the phone version works. I do not know much about bootstrap. Thanks.                                                          ...
asked by 29.10.2018 / 02:25
1
answer

fields and url value

I have this url: http://localhost/pagina.php?grado=2&escuela=urbano I want to be able to take the degree and school fields with their values and place them in a variable called data, how can I do that, and try several ways but it marks...
asked by 07.11.2018 / 15:59
1
answer

Is it possible to pass a Json by GET? [closed]

I would like to know if it is possible to pass a JSON to GET ? and if possible, I would like to know how?     
asked by 29.06.2018 / 15:45
1
answer

Remove the .php from the web pages in the url

I have a .htaccess in the root of my web folder with the following content: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.*)$ $1.php With this intent is that when accessing my web...
asked by 30.05.2018 / 10:01
2
answers

Allow special characters in .htaccess

I have a problem when showing pdf files, in my htaccess I have this: RewriteRule ^([a-zA-Z0-9/]+)$ index.php?view=$1 Everything is working well for me, but at the moment of sending a url like this: href="files/RAD.pdf/" href="files/archiv...
asked by 03.08.2018 / 19:43
1
answer

Load username PrimaryKey in url?

Good evening. I have a simple question, I am trying to list a list of variables from a MYSQL bd using its first and key. So far so easy, the complicated thing is that my route is like this projectName.com/primaryKey But I want it to b...
asked by 21.12.2017 / 01:24
1
answer

Loguin API AOL Token

I'm looking to log in to a site through Python. I do not know how to do it since it is through its API, I leave here the information provided by the API to log me in. It is really necessary that you do it through python. I have logged through...
asked by 22.11.2017 / 16:19
1
answer

FileNotFoundException when using http: // user: [email protected]

I am trying to access a file that I have on a server, which is protected with .htpasswd . And when trying to access from my app in android I get the following exception:    java.io.FileNotFoundException:    link The code I u...
asked by 20.06.2017 / 10:29
1
answer

friendly url in wordpress

I hope you can help me with the following: I have this URL of my website that uses wordpress   link where link is a post, the post varies in number and ? n = kitchen that is a variable that I will add using $ _GET ['n']) to give an additio...
asked by 28.07.2017 / 06:11
1
answer

Send an image using JSON in node.js (express) to an android device

I am trying to send an image to the client using a server in node.js. When I type the URL in a browser I take the image. However, when I want to get it on my cell phone, it does not appear. This is the code to send the url of the image: app...
asked by 09.01.2017 / 20:45