Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I want to rename specific http get parameter since application (NextCloud) changed it from path to dir and I want to preserve compatibility with old links. Original URL was: https://example.com/index....
radeczek's user avatar
  • 111
0 votes
1 answer
55 views

In my view I have the following, typical razor markup. <div class="form-item-container"> @Html.LabelFor(m => m.BookingFormFields.FirstName, new { @class = "form-item-label&...
Username_null's user avatar
1 vote
1 answer
482 views

The documented querystring limit accepted by browsers is typically 2K. However, I have found our Angular apps, hosted by IIS, throw a Bad Request (400) error if the URL length exceeds a few hundred ...
Jessel Aquing's user avatar
0 votes
1 answer
324 views

I'm facing a strange issue while overriding the OnParameterSetAsync on a complex blazor wasm app. The page has several parameters which get their value from the querystring: [SupplyParameterFromQuery(...
Luis Abreu's user avatar
  • 4,682
0 votes
1 answer
262 views

We're seeing a rather strange behavior which is affecting one of our apps. Suppose you have 2 pages, each with a parameter that gets initialized from the query string of the URI an both have the same ...
Luis Abreu's user avatar
  • 4,682
0 votes
1 answer
810 views

I have been tasked with writing Http POST method to process incoming webhook data and I have been able to achieve that but to actually start receiving I have to first subscribe to Webhook event by ...
imaginecreate's user avatar
0 votes
1 answer
489 views

I have implemented a checkout that defines the success_url. I have added {CHECKOUT_SESSION_ID} to the querystring and it works fine. I would like to include other information that would allow me to ...
user22371906's user avatar
0 votes
2 answers
63 views

I want to build pages and menu part of the site statically, But I need to write a module for each page that behaves differently in different pages, So I need to set a querystring parameter for each ...
mz1378's user avatar
  • 2,642
0 votes
1 answer
689 views

In short, how can the following rule be changed to allow caching if specified querystring parameters are present, but disallow caching if they are mixed with any other undefined parameters? if (req....
sash's user avatar
  • 45
0 votes
2 answers
99 views

The following code builds a clickable URL which is emailed to user: var callbackUrl = Url.Page( "/Account/ConfirmEmail", pageHandler: null, values: new { userId = response.Id, ...
khteh's user avatar
  • 4,280
1 vote
1 answer
250 views

I would like to remove all query strings including parameters and values from URLs with htaccess rules. Here are a few URLs with query strings as examples which are needed to be removed from the end ...
muhammad usman's user avatar
10 votes
2 answers
26k views

In GA4 Reports > Engagement > Pages and screens, above the list of pages viewed, there is a dropdown with the following options: Page title and screen class Page path and screen class Page ...
Andre Gibson's user avatar
0 votes
1 answer
186 views

I am trying to clean a URL and only keep some parameters that I need in order to parse them so I was using pick method providing it the url, and the filter which is a regex test method here I am ...
miserylord's user avatar
0 votes
0 answers
340 views

Problem Statement: I'm creating a dynamic application in which user select inputs and they are passed into Embed URL to filter data. But the column(Field) name in my dataset(Table) used in PowerBI is ...
am3010's user avatar
  • 67
0 votes
2 answers
45 views

This is my first time to create a query string parameter, So please help me out. I want to filter the data based json field 'technologies, industries and maturity' every field(technologies, ...
mohd kamran's user avatar
0 votes
1 answer
33 views

what I need; api/GetCharacteristicsBulk?versionCode=RTUK8L1&language=2 go to this address. var urlCode = selectedVersionCode + "&" + "language=" + language; string url = ...
jyn's user avatar
  • 3
0 votes
1 answer
9k views

A picture is worth a thousand words - as you can see in the following screenshots, I'm not able to retrieve the parameters in the query string and bind them to the ApplyFilter model. I've tried [...
Abed Ajarmeh's user avatar
0 votes
1 answer
2k views

I am looking at my server logs and I see malicious requests like this: http://www.*****.in/catalogue.php?storeid=%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)) What is the user trying to do, and ...
aryanknp's user avatar
  • 1,178
1 vote
0 answers
1k views

I am using useRouter and Link, while navigating through my webapp. I attach query string to the links so that i can use the passed data of the query, in the page i am redirecting the user to. which ...
jeho Ntanda's user avatar
-1 votes
1 answer
1k views

How to get or set the query string using React or Gatsby (without using document or window objects): https://link.com/?color=#fff&theme=light
othwsav's user avatar
  • 23
0 votes
1 answer
268 views

for my english since i m not native. First i m using Angular front/Net 5.0 back. My problem is, every time that i go to my Spa aplication (From another aplication that handles login) i loose the ...
Xar's user avatar
  • 31
2 votes
0 answers
417 views

If you include a query string on the HREF of the "Launch" link on the publish.htm page that ClickOnce generates when you publish a Windows desktop application: HREF="...
Tim's user avatar
  • 8,990
0 votes
1 answer
59 views

I am trying to determine what the query string parameters represent after authenticating to Google Cloud Console. It is the same when i log in to different GCP accounts and it is also the same when a ...
ellefc's user avatar
  • 273
0 votes
1 answer
147 views

I am trying to get the Quickchart Wordcloud API to work, however, I get very spread apart and small text. This used to work fine (I tested it a few weeks ago), but something seems to have changed to ...
JDT's user avatar
  • 1,095
0 votes
1 answer
366 views

So i currently have an API i'm hitting with queryParams. The params are colour and i'm calling the api like this: {apiUrl}?firstQuery=someQuery&colour=Blue,Green Where the above request will ...
Jim41Mavs's user avatar
  • 572
1 vote
0 answers
807 views

is there a way to set the parameters in spreadsheet to force the user agent to desktop mode? i have used the ?fd=true and overridemobile=true but still its not working. <header> <meta name=&...
Erwin Manalang's user avatar
0 votes
2 answers
317 views

I have a case class in the model package called CoordinatesTranslationDTO: case class CoordinatesTranslationDTO(locale: String, lat: BigDecimal, lng: BigDecimal) I'm importing this in the ...
Samuel Gomez's user avatar
3 votes
2 answers
7k views

What's the proper way to add {{gamestoday|lookup:i}} into the <a href={%url 'stats'%}>. Do I need to make changes to urls.py? {% load tags %} <center> <div class = "...
Bogdan Andrei's user avatar
1 vote
1 answer
930 views

I have an asp.net core 3.1 mvc project where I have a search page (view). I am persisting search, filter and sort criteria values via Session data. This works fine, and persists data correctly, but ...
D.Man's user avatar
  • 311
1 vote
0 answers
623 views

I am creating a cloudformation nested template that creates an AWS::ApiGateway::Method. That method has query strings with names received as parameters from the parent stack something like this: ...
RandallFlagg's user avatar
2 votes
1 answer
10k views

Following is my Lambda handler which is expecting the users data from the queryStringParameters:- export const lambdaHandler = async (event, context) => { try { const ...
vinod827's user avatar
  • 1,574
0 votes
0 answers
81 views

I have a Wordpress shortcode that will display the appropriate image based on some values passed through the query string. It gets the value with $_GET['utm_content']. Not sure why it would be a ...
Daveh0's user avatar
  • 1,022
1 vote
1 answer
679 views

In Razor syntax, I want to produce a link with a value-less query parameter with @Html.RouteLink: @Html.RouteLink("Test", "controller", new { action = "action", this = "value", that = "" }) Desired ...
Ehryk's user avatar
  • 2,008
0 votes
1 answer
689 views

I have the following code to display query string in my view I used ViewContext.RouteData.Values but it only display id how can i display the rest query, my url looks like this http://localhost:XXXX/...
Rob's user avatar
  • 225
1 vote
1 answer
1k views

I'm looking to create an application that never uses passwords and want to understand the risks. Magic Link guides often suggest giving the JWT token a short TTL and to implement one-time use. A ...
Failing Coder's user avatar
0 votes
1 answer
2k views

I am curently integrating the api to my application. One of the parameter is content_url which is a valid HTML URL for content. How to I pass whole url with query string? API Endpoint parameter is ...
MERT METİN's user avatar
0 votes
1 answer
268 views

I'm playing around with a Squarespace Website and attempting to search for/get Query string Parameters. No matter what I try with code injection I get null, of course it works fine in the console but ...
GreyShadowFox's user avatar
0 votes
1 answer
3k views

I have a requirement here that I need to verify the network response values using selenium & java. It would be great if there is any code that could help me out. The action that I want to ...
Siyadh Shafee's user avatar
1 vote
0 answers
92 views

I'm trying to build a FilterExpression to use in a scan function on DynamoDb table. filter_expression = None for k in event: print(k, ":", event[k]) filter_expression = filter_expression &...
messagevector's user avatar
0 votes
1 answer
56 views

I want to tranform all the content of the URL after the ? to be encoded example if I write this URL in the browser: http://www.mywebsite.com/?page=exams/product/vmware/ to be transformed to https://...
user avatar
1 vote
4 answers
3k views

Actually i am trying to redirect command argument of a button present in a data list to another page. I am using Request.QueryString method to access the command argument on another page with the help ...
Kunal Bagam's user avatar
12 votes
3 answers
46k views

I am a totally new to fastify but I have a fastify server running. I want to parse query string such as: http://fake.com/?user=123&name=ali I want to get "user" and "name" values from the URL ...
web developer guy's user avatar
2 votes
3 answers
5k views

I want to send in response some data according to searching by query parameters (using .find function of mongoose) from the client side. What do I need to do is a search according to the parameters ...
fight_club's user avatar
-1 votes
1 answer
977 views

I am using two-way binding in my template driven form: ts: searchLeaveApplication: any = {}; html: <mat-form-field class="searchInputs"> <input matInput [matDatepicker]="...
Efron A.'s user avatar
  • 353
2 votes
1 answer
384 views

Does ExpressJs respect/use the RFC-3986 standard when decoding query string parameters? Why the direct char "è" is accepted but the encoded version "%E8" isn't? Test Expressjs http ...
Andrea Franchini's user avatar
1 vote
1 answer
221 views

I am facing some trouble while setting the right day of the week, I am using a query string parameter which is related to a calendar, and I want to use the selected date to another script which is ...
janeDoe000's user avatar
1 vote
1 answer
1k views

On my website, I rewrote all my urls. But now I have started using AJAX for a voting functionality (it is a Q&A Community), there are some problems: I am storing new UrlSearchParams(window....
Marvin's user avatar
  • 941
0 votes
1 answer
2k views

A QueryString normally allows name/value-pairs, where the same name can occur several times. When using WCF-WebHttp and BtsHttpUrlMapping, for caling a REST service, it maps from a property schema, ...
Martin Bring's user avatar
  • 1,276
0 votes
1 answer
73 views

I have an MVC View (https://mydomain/Data/MyChart) that contains a dropdownlist where the onchange event triggers an ajax call to get data to populate a chart. This is working perfectly. I now want ...
Warren M's user avatar
3 votes
1 answer
2k views

I need to prepare a Django microservice that offer the following url pattern : http://<myserver>/getinfo/?foo[]=bar1&foo[]=bar2 it seems to be a very PHP way of doing but i have to mimic ...
guimicmoc's user avatar