Questions tagged as 'get'

1
answer

NodeJS - Redirecting to error page when unable to access through GET

I would like to know how to redirect to a standard error page, such as a "not-found" page when an error of type Can not GET / route1 / page2 / 18 I need to, when the user tries to access a page like the one above and is not accessible throug...
asked by 25.10.2016 / 12:39
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
0
answers

Search for a MySQL record without using? id = id in the URL

guys, I'm trying not to use the $ _GET [] link, but I can not figure out how to do that. That is, instead of "site.com/?post=nome news" stay "site.com/nome-noticia". I already ran forums and in the Stack also behind a solution, but I did not fin...
asked by 21.10.2016 / 23:49
2
answers

Pass value from a select to GET parameter of a link

Hello, I needed to pass the value from one to a parameter of a link, this to be sent via GET. I'm using the codeigniter framework. Here's the code snippet I have: <div class="col-xs-12 col-md-3 form-num-sala"> <div class="row"&...
asked by 05.05.2016 / 12:24
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

How to use the method="GET" without the action

I'm creating a search mini-system, the problem is that I want to use method="get" without using action="" and at the same time I can put css on the page without using action . I want to avoid using action for th...
asked by 04.02.2016 / 13:13
1
answer

Can anyone help me with the GET function?

To make a shopping site, hence has the products table and the order table, where after the person buys something writes in the table orders, but wanted to write the product id in the table orders, how to do this by GET, is it already getting the...
asked by 06.11.2015 / 18:15
0
answers

Change value of all ssearch in a request from Jquery DataTable

I'm using the methods $(_table) .DataTable() .column(colIdx) .search(text) .draw(); to make filters in my Datatable. However, to reduce the number of requests, I perform this function only when I press the "ENTER" ke...
asked by 23.02.2015 / 19:42
2
answers

Problem with very large URL

I'm trying to pass a URL per GET and the server is returning error 404 because the URL is too large (I'm passing an XML through the URL). I've already tried to add the MaxFieldLength variables with 1677721 and MaxRequestBytes with 1677721 in...
asked by 10.10.2014 / 19:59
1
answer

How to redirect a search result page (/ search? term = brazil) to another page (/ country / brazil)

I'm putting together a revenue site that has a search which is a form with GET method and query MYSQL to bring the results. I would like that when someone does a specific search, for example Brazil, it goes to a specific page that has already...
asked by 03.09.2018 / 01:22