Questions tagged as 'url'

0
answers

How to get absolute URL from my site

On my site in the configuration file (config.php) I use a constant defined as HOME that contains the complete address of my site ( link ). I use this constant in include, require and to call css and js files. The problem was when I uploaded the...
asked by 09.10.2016 / 00:46
1
answer

Modify the URL of a href using PHP HTML DOM

I want to modify a URL of an object that I am extracting from another site, in this case, from Exame.com. Follow the code: $exame = file_get_html("http://exame.abril.com.br/"); $exame_posts = $exame->find("p.content-item...
asked by 23.09.2016 / 01:36
1
answer

Android URL - Incomplete path

Hello I'm trying to create a URL but it seems that when I create the URL it is not created with the full path. Creating the URL url = new URL("https://api.plivo.com/v1/Account/" + authID + "/Message/"); When I get the UR...
asked by 10.08.2016 / 21:40
0
answers

I can not read the first line of url

Good evening. Although I can not figure out what the error is, I can not get the first line of the file that is in the url when this application is used by versions higher than api 10 because api 10 works fine. why? Integer valor; TextView tex...
asked by 25.07.2016 / 22:42
0
answers

Providing hidden webservice

I have a question and I need your help. I have some webservices that require by client request that are not accessed by the browser but can be accessed by url if they type all the way plus the parameters. That is, if the user tries to view the w...
asked by 02.05.2016 / 21:55
1
answer

how to pass url parameter via get

I'm having a question regarding passing parameters from one page to another. I've tried doing it in several ways via get. I can even get the parameter, but not all the parameters I can get. In the example below, I can only get the last id regist...
asked by 28.05.2016 / 08:46
1
answer

Difference between these 2 urls.

In my PDO study I came across the following: I have a URL like this: www.site.com/admin/index?dir=article/create As I created a .php removal function from the files in the navigation the URL above did not work. So I decided to change the "...
asked by 08.05.2016 / 16:09
1
answer

Friendly URL Code igniter does not work

My htaccess inside the application folder looks like this: RewriteEngine on RewriteCond $1 !^(index.php|images|robots.txt) RewriteRule ^(.*)$ /index.php/$1 [L] Am I putting in the right folder? Code correct? Where am I going wrong? I awa...
asked by 14.04.2016 / 19:46
1
answer

Post URL duplication adds numeric value

I thought that belonging to different categories, these posts, of nomenclature of url equal, would be treated as distinct. Categories: Home Hotel Posts: street to street to    URL generated: www.meu.com.br/casa/ru...
asked by 29.04.2016 / 15:20
1
answer

How to execute a URL passing C #

Hello, I'm doing for study purposes, a way to fetch and bring vehicle information from the api's direct fipe table ( link ) . What I can not do at first is to execute the URL passing parameters. For example: I need to request the list of v...
asked by 12.04.2016 / 22:09