Not sure how to ask this or if it can be done.
I have an ID number, that I want to test if it matches an ID in a URL query string that is stored in an API I am working with.
So if the URL i want to search contains a http://www.testurl.com/page?key=55555, I just want to put in my http request if that url ‘contains’ that number. Testing if the url is exactly equal has proved problematic as there is a lot of other info the stored query string.
Are wildcards within query strings even possible, considering I am encoding the html already? Any help is appreciated. Thank you!
1 Answer