Questions tagged as 'querystring'

1
answer

How to release a URL and Query String level with slash or without via .htaccess and in others have a 404 error?

With .htaccess I need to release one url level to block the others with 404 error being: / example (can) / example / (can) / example / any_thing ( can not ) RewriteEngine On RewriteRule %{REQUEST_FILENAME} !-f RewriteRule %{REQUEST_...
asked by 19.07.2017 / 06:18
1
answer

How to catch the query string from a Restful request

I need to get the parameters passed by the URI, for example: http://localhost/endpoint/param1/param2/param3 if param1 == "adduser" id = param2 name = param3 Example of a function that did not work: I'm looking for a way to search...
asked by 24.02.2017 / 19:55
0
answers

Access a query string and add the value to an input coming from an iframe

I have a page that contains an iframe with a form, I would like to be able to access a query string from the main page and add that value to an input hidden in the iframe. Is it possible? Thank you     
asked by 19.12.2016 / 13:59
3
answers

Secure SRC url by HTACCESS

I'm using friendly URL via HTACCESS and because I'm using this the pages lose the styles and js. Because the path (URL) is done as ex / category / pizza then it looks for src="category / pizza / style.css". Would there be any way to fix the base...
asked by 22.07.2014 / 05:53
1
answer

How to clear the query string after I have already got the values I want?

I'm using ASP.NET C #, and I wanted to clear the query string so that it does not look at the user, for example " link " ..... I get this name and use it in my code when on pageLoad, but I wish that after I got his name, it would not be visible...
asked by 09.09.2015 / 21:03
1
answer

Block query string url - php

Good morning, My question arises because of increasing the security of my application. The scenario is as follows: A user with authorization sees the listing of several items (ex: list-item.php), and can delete the item you want. The process of...
asked by 12.01.2018 / 10:24