Questions tagged as 'url'

0
answers

I am having doubts on how to call 3 tags from XML file

I need to read a URL and through it, create an XML file and in that file call only 3 tags. It's just that this URL directs you to another link. Can anyone help me?!     
asked by 22.01.2018 / 17:34
0
answers

Content image Mixed URL travano SSL

An image loaded with (http) creates a mixed content, and ONLY on my home page the SSL Padlock icon does not appear ... on all other pages it appears normally. I already inspected ... and I deleted the image ... But still it is loaded ... Maybe b...
asked by 22.01.2018 / 17:06
1
answer

Get date by url (string not was recognized datetime)

I'm passing an initial and final date per parameter (depending on the image), as you can see the bars on the localhost (/) I'm passing% 20 and graph generation usually occurs, however on the server you're reporting error 500 and when inspecting...
asked by 24.01.2018 / 21:26
1
answer

Redirect to URL with input value filled out

I would like to know if it is possible to mount a redirection to a third-party login screen with the input value filled in? would point something like: http://dominio.com.br/login?pt01=admin-51 the input looks like this: <inpu...
asked by 17.01.2018 / 15:17
1
answer

Htaccess - Rewrite URL with .htaccess within a subdirectory

I'm trying to rewrite a URL where the .htaccess file is inside a subdirectory. Current URL: localhost / Development / Projects / redirect / index.php URL I'd like to use: localhost / redirect / index.php My intention is to hide the path...
asked by 11.01.2018 / 23:12
1
answer

Eregi_replace for preg_replace [duplicate]

Regular expression is not my strong in PHP and I need your help. I need to transform a string that comes from a post apt to be part of a url. Example: "Caius did not take a bucket of water" to "fell-did-not-catch-a-bucket" and then he would...
asked by 15.01.2018 / 05:16
0
answers

Htaccess - Rewrite CSS with 2 .htaccess files

I am trying to rewrite the path of my css, but due to the use of 2 .htaccess files only one of my URLs works. My structure is as follows: htdocs (root) index.html .htaccess (1) Development Projects redirect index.php .htacc...
asked by 12.01.2018 / 22:50
0
answers

how to identify the Action field of the Form in a request ANDROID STUDIO

What procedure should I perform in order to identify the Form's Action field in an http request in android studio. I need to create a string with the url of the site to use in a user authentication.     
asked by 30.01.2018 / 02:13
1
answer

Jekyll - Errors with paths

I'm developing a blog on Jekyll and are giving some errors with URL's . When I use {{ site.url }} and do not put the slash after this variable, the paths are as follows: localhost: 4000assets, but when compiling the production ver...
asked by 03.12.2017 / 02:25
1
answer

python3.6 URLLIB Request

I have this code: import urllib.request x = urllib.request.urlopen('https://www.google.com') print (x.read()) And the error that happens:    Traceback (most recent call last): File "python", line 3, in    urllib.error.URLError: It s...
asked by 08.11.2017 / 18:22