Top "Url-parameters" questions

URL Parameters are parameters whose values are set dynamically in a page’s URL, and can be accessed by its template and its data sources.

RestTemplate: How to send URL and query parameters together

I am trying to pass path param and query params in a URL but I am getting a weird error. …

java resttemplate url-parameters query-parameters path-parameter
Username and password in https url

Consider the URL: https://foo:[email protected] Does the username/password portion in the above example qualify as a "…

security https url-parameters
Pass Hidden parameters using response.sendRedirect()

How would I pass hidden parameters? I want to call a page (test.jsp) but also pass 2 hidden parameters like …

java jsp servlets post url-parameters
How to extract URL parameters from a URL with Ruby or Rails?

I have some URLs, like http://www.example.com/something?param1=value1&param2=value2&param3=value3 and I …

ruby-on-rails ruby uri url-parameters
Python Dictionary to URL Parameters

I am trying to convert a Python dictionary to a string for use as URL parameters. I am sure that …

python dictionary url-parameters
How to add link parameter to asp tag helpers in ASP.NET Core MVC

I have a lot of experience with ASP.NET MVC 1-5. Now I learn ASP.NET Core MVC and have …

c# asp.net-core asp.net-core-mvc url-parameters tag-helpers
Decoding URL parameters with JavaScript

This should be a simple task, but I can't seem to find a solution. I have a basic string that …

javascript html forms decoding url-parameters
How do you add query parameters to a Dart http request?

How do you correctly add query parameters to a Dart http get request? I been unable to get my request …

http get dart flutter url-parameters
Send list/array as parameter with jQuery getJson

I have the following where I'm trying to send list/array to MVC controller method: var id = []; var inStock = []; $table.…

asp.net-mvc jquery parameter-passing getjson url-parameters
How to use a PHP switch statement to check if a string contains a word (but can also contain others)?

I'm using a PHP switch to include certain files based on the incoming keywords passed in a parameter of the …

php string switch-statement url-parameters php-include