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 6021347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:41:59+00:00 2026-05-23T03:41:59+00:00

I have a client app that communicates to the spring server with REST type

  • 0

I have a client app that communicates to the spring server with REST type calls using basic authentication.
The controller method signature is below:

    @RequestMapping(value = "/REST/clients", method = RequestMethod.POST)
protected ModelAndView postClients(@ModelAttribute("ClientsCommand") ClientsCommand cmd,
        @RequestHeader("Authorization") String credentials) throws IOException {
...
}

The problem I have is that if no Authorization is present in the header I get an error:

Missing header 'Authorization' of type [java.lang.String]]

Whereas, I was kind of hoping the credentials string would just be empty. How do I stop the error from occurring and just receive a blank string if no authorization header entry was sent?

  • 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-23T03:41:59+00:00Added an answer on May 23, 2026 at 3:41 am

    Try toggling required=false on the @RequestHeader.

    @RequestMapping(value = "/REST/clients", method = RequestMethod.POST)
    protected ModelAndView postClients(@ModelAttribute("ClientsCommand") ClientsCommand cmd,
            @RequestHeader(value = "Authorization", required=false) String credentials) throws IOException {
    ...
    }
    

    When the @RequestHeader is configured as required, Spring won’t map a request to your handler when the header isn’t there. By making it optional, your handler will be invoked as you’re hoping (i.e. regardless of the header’s presence).

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

Sidebar

Related Questions

I have an app that communicates with a server that uses HTTP Digest authentication.
I`m writing client-server app for windows using WinSock and I have class for server.
I have a client/server application that communicates with .Net remoting. I need my clients
I have a simple client-server app on android. the android service communicates with the
I have a huge Web App that's switching from a HTML-rendered-on-the-server-and-pushed-to-the-client approach to a
I've got a small client/server test application where I have a Flex app that
I have client with an app in the app store that was at version
I have a client that want to have us develop an app that will
Is there any ToDo app that have .NET api for server side adding tasks.
I have client application that uses WCF service to insert some data to backend

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.