Questions tagged as 'url'

0
answers

Cakephp 3.3 links are receiving the url "var / www / html"

I have the following problem, in the implementation of the site all the links that were generated by the cakephp functions such as: <?= $this->Html->image('logo.png', ['url'=>'/', 'id'=>'logo']) ?> They are receiving va...
asked by 02.04.2017 / 13:32
1
answer

Read URL and display variable and value in the Javascript page

I have a link mounted with variants of an email marketing, clicking on the link would like to pass some information on it and display them on the other page. That is, this would be it: Link example: www.siteexemplo.com.br?nome=gustavo?i...
asked by 24.03.2017 / 03:20
0
answers

Is there any way to create a secondary link (a sort of bit.ly) to another link and make it expire after, for example, 1 hour?

I have a specific link that gives a discount to a purchase but I can not pass that link on to customers because it is fixed and the person would have indiscriminate access to the discount. So I thought a solution might be to create a secondary l...
asked by 20.03.2017 / 17:33
1
answer

Problem with fonts and url

So, I'm having a problem here, which is as follows, I import external fonts in css with @ font-face, but when I access my website in the browser without putting the www, the site does not pull the font . But if I type the URL in the url of the s...
asked by 12.04.2017 / 15:32
0
answers

How to stream videos with PHP by hiding video URL

I'm setting up my website, I want to watch videos on it, the site stays in the hosting and videos on a VPS server. I also do not want users to know the source link of the videos (stay hidden) or even have access to download them. The langu...
asked by 14.03.2017 / 01:53
1
answer

Android Open an application from another by link and with parameter passing

We are developing an App that will be a Store and will be responsible for the login and user authentication (a token will be generated every time the Store is opened and the user credentials are placed). The idea is that when the user opens t...
asked by 04.01.2017 / 15:23
2
answers

How do I retrieve all the URLs of any site?

I'm making a specific development, and I'd like to collect all the URL of any site. On my site for example I can do this using google analytics , for other sites I can not because I do not have access. Are there tools that could help me...
asked by 03.01.2017 / 20:17
0
answers

I want to receive an xml from webservice on android

I've tried everything, using HttpURLConnection , with HttpClient that is deprecated, these two options do not end, they stop at BufferedReader . I've tried using AsyncTask with doInBackground , but error:    an...
asked by 26.10.2016 / 19:11
0
answers

How to use the title of a product in the URL?

For example I have a page where the products are ready: http://exemplo.com/produtos.php and clicking on any of the listed products the URL gets http://exemplo.com/produtos.php?id=2 . Assuming that the product of id=2 has a...
asked by 10.11.2016 / 13:57
2
answers

GET request via AJAX only works by giving an enter in the address bar

Good morning, It's kind of crazy that's happening, but I'm doing a request via AJAX sending a GET and the return is okay, that's all right, but this return is a url that after making the request should allow access, but only works if the url...
asked by 11.10.2016 / 15:29