Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7489837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T15:23:01+00:00 2026-05-29T15:23:01+00:00

I have some service that I can query: http://localhost/myservice/data?key=value Is there a way I

  • 0

I have some service that I can query:

http://localhost/myservice/data?key=value

Is there a way I can restrict the query parameters? E.g. I want to report an error if someone calls the service with unsupported parameter, e.g. I want following to fail:

http://localhost/myservice/data?key=value&anyotherparam=1

I am not sure if this is the right thing to do. However I was asked if the above scenario can be implemented so I want to give a reasonable answer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T15:23:02+00:00Added an answer on May 29, 2026 at 3:23 pm

    If your service ignores the anotherparam, honestly who cares?

    And for those who care:

    public ActionResult Data(string key)
    {
        if (string.IsNullOrEmpty(key) || Request.QueryString.Count > 1)
        {
            return HttpNotFound();
        }
    
        ...
    }
    

    And obviously if you have to write this if over and over again across multiple actions you are better of refactoring it into a custom action filter.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have client application that uses WCF service to insert some data to backend
I have a web service that provides queries functionality using hibernate. A query can
I have some special parameters to all my wcf service methods that are handled
We have a service that has some settings that are supported only over net.tcp.
I have some class that I'm passing as a result of a service method,
I have a WCF service that is performing some updates across a couple of
I have a windows service that generates logs as it does some execution. I
We have taken over some .NET 1.1 Windows Service code that spawns threads to
I have a Deplhi based Windows Service that, on installation, parses some command line
I have a WiX based MSI that installs a service and some shortcuts (and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.