vijay_be14 has asked for the wisdom of the Perl Monks concerning the following question:

Hello All,

I created the REST API service using Mojolicious. Done on implement the service. But the question, Is there way to overwrite the server name in rest response.
For example,

Content-Length: 22
Content-Type: application/json;charset=UTF-8
Server: Mojolicious (Perl)
Date: Fri, 26 Aug 2016 13:44:39 GMT

Whether its possible for change the name called 'Mojolicious (Perl)' to 'My Application Name'
Please help me to clear out this.
Thanks
  • Comment on How to overwrite the response server name in mojolicious

Replies are listed 'Best First'.
Re: How to overwrite the response server name in mojolicious
by marto (Cardinal) on Aug 29, 2016 at 06:22 UTC
      Thank you so much