Questions tagged as 'url'

2
answers

How to publish an ASP.NET MVC project to a specified URL

So, I'm in a situation that I do not know how and do not even know if it's possible. I have a site in ASP.NET MVC, let's call it sitedokelvin.com , this site is an asp.net mvc project. And I also have another site, let's call it projectd...
asked by 28.09.2014 / 19:54
1
answer

How to download multiple urls in R?

I need to extract several text files that are organized into annual folders in the following url: link How do I extract multiple folders at the same time? For example, if I want the 2003, 2004, and 2005 files, so I do not need to write the...
asked by 29.05.2014 / 02:01
1
answer

How to change URL value, with the information retained in the Select / Option

I use this because I'm developing an E-Commercer system, but the client wants the products to be in ComboBox with Select. Until then everything is correct, my difficulty is to make the change to the URL, according to the 'product' selected in...
asked by 12.05.2014 / 15:29
1
answer

How to recover several actions from one activity to another?

How to send url from one activity to another with different click actions (multiple buttons)? I tried to use intent.putextra but I can not resort to the urls of the other buttons, in the case I am using two activities the second this with...
asked by 14.08.2017 / 05:27
1
answer

POST encoding

In Web requests when posting data on a server a string from the template below (using the parameters): string hello = "hello"; string token = "teste=="; It is transformed into post data like the ones shown below: string post = "msg=hell...
asked by 12.08.2016 / 16:12
2
answers

How do I troubleshoot ASP.NET MVC URL IDs?

The system URL is in the format http://localhost:52962/Funcionario/Edit?ID_FUNCIONARIO=7 This in my case is a problem, because if the user changes this 7 to 11 for example he will get the employee 11 (which according to business rule this s...
asked by 11.07.2015 / 16:52
1
answer

transform url Query String to a user-readable url

I've noticed that it was possible to make a query string something more readable for the user, like this: real url: site.com/roupas?categoria=vestidos for this (what the user sees) site.com/roupas/vestidos ou site.com/roupas/categoria/...
asked by 13.04.2015 / 05:26
1
answer

URL Friendly by title

Good evening people, I am here implementing the friendly url system on a website and I already have to work for some page, I am now blocked in the file view_establishment which is what shows the establishments in this case I have for example...
asked by 08.02.2015 / 02:28
0
answers

Error fetching Central Bank report

The functions to get the Focus Report Central Bank Expectations are the following error: Error in curl::curl_fetch_memory(url, handle = handle) : Failure when receiving data from the peer" Example of Cran's own pdf: library(rbcb) i...
asked by 18.07.2018 / 15:30
2
answers

Redirect file to URL via .htaccess

I'm using UOL Host for my site and I'm having trouble redirecting the home page to a subdomain I've created. Searching how to do this, I found that the way to do this would be: Redirect 301 /index.php link My index.php has another na...
asked by 19.04.2017 / 20:01