How to delete server information in http header?

Hello,
how could i delete the server information in the http-header?
HTTP/1.1 500 Internal Server Error
connection: close
server: SAP J2EE Engine/7.00   <--- this here
date: Tue, 11 Nov 2008 08:27:08 GMT
pragma: no-cache
content-type: text/html;charset=ISO-8859-1
content-length: 2046
set-cookie: saplb_*=(icdus445_PA3_03)39216850; Version=1; Path=/
Best regards,
Dennis

Hi,
the solution is to set the value for UseServerHeader to false.
This can be done from the VisualAdmin for the HTTP service of all servers + dispatcher.
Thanks for the support
  Christian Birkle

Similar Messages

  • Custom information in HTTP Header in an outgoing GWWS Request

    Hello Xu,
    Hello Everyone,
    With reference to the recent post activity in the post:
    [Adding custom information in HTTP Header in an outgoing request from GWWS|https://forums.oracle.com/forums/thread.jspa?threadID=2366358&tstart=0]
    We are looking for an option to send custom header information with the a webservice request (HTTP post) that happens via GWWS server.
    I prematurely marked that post as answered since we got a link to documentation in one of the answers, which suggests that problem has been taken care in TUXEDO11gR1.
    However, it would be difficult (almost impossible) for us to move to 11gR1 immediately.
    Since I marked that post as "answered" and I did not know if replies in that post will get any attention, I opened up this post.
    Xu (He) suggested (in reply to my previous post) that there might be a patch for our problem.
    It would be wonderful/perfect if we can get a patch for 10gR3!
    We are using the following:
    TUXEDO10gR3 PATCH LEV=44
    SALT Patch Lev = 15
    Please do let us know.
    Thank you again
    Sincere Regards,
    Mrugendra

    Maurice,
    Thanks for confirming this. (in the post: [Adding custom information in HTTP Header in an outgoing request from GWWS|https://forums.oracle.com/forums/thread.jspa?threadID=2366358&tstart=0] )
    It clarifies the doubts that I was having while reading through the documentation Xu pointed to.
    Yes, we need to add HTTP Headers (not SOAP header).
    For now we just need to add Basic Authentication HTTP Header for outbound service calls.
    We have developed a plugin to do that for now.
    And even if the salt plugin takes care of adding the Basic Authentication in the HTTP Header for outgoing calls, I guess we do not have any option to include some custom information in the HTTP Header which might be required in the future.
    At-least, not unless we request that enhancement.
    Bringing the plugin into our mix requires a lot of changes to our architecture including inclusion of AUTHSVR in the UBB,
    Which, in turn, makes it imperative to change the endpoint clients of our application.
    In addition to that, the incoming web service calls also need to include TUXEDO authentication information, which would again require either communicating the authentication information to the consumers of our service or device some kind of a proxy which would add the authentication information for all the incoming requests!
    With these facts in mind, we were wondering if we have an easier way to include the HTTP header information.
    As you say, Maurice, it seems it is not possible yet.
    Thank you again for your replies.
    Sincere Regards,
    Mrugendra

  • How to add a user defined HTTP header field?

    Hi, everyone!
    I want to add a user defined HTTP header field to a HTTP
    response header.
    I use the following statements in testHeader.jsp
    response.addHeader("myheader", "123");
    response.sendRedirect("middleHeader.jsp");
    in middleHeader.jsp,
    out.print(request.getHeader("myheader"));
    But the output in middleHeader.jsp is null!
    How to add a user defined HTTP header field to a HTTP
    response header? Are there some sample codes?
    Cheers,
    George

    the send redirect actually creates a new request (through the client) and thus a new response
    thus the headers you set in the response are gone for the next request/response
    You can try servletDispatcher.forward

  • How to Delete account information from "My Mail" Portlet permanently?

    Hi Everyone,
    I am using "My Mail" portlet from the portlet library provided by BEA WebLogic Portal 8.1(Service Pack 3).
    Can anyone tell me how to Delete account information from "My Mail" Portlet permanently?
    The problem is , once i configure my account with the mail portlet, it always takes me to my inbox folder whenever i use that portal. I want to delete my account information from this portlet.
    Anurag.

    There is currently no way to do this.

  • How to get the user and groups information from http header

    Hi All,
    In my current scneario, we are using Siteminder for SSO setup.. And in this process, after authentication and authorization, they are going to append the user information and group information of the user into a HTTP header and it will be sent back to our presentation services.. We have to extract the user information and group information from the http header.
    My HTTP header will look like as follows..
    SM_USER XYZ
    SM_USERDN CN=Firstname\, Lastname\, xyz, OU=GPO-Low Level Security,OU=Domain Users,OU=BU FDT,
    SM_USERGROUPS CN=GG-CA-SiteminderAdmins, OU=Global,OU=Domain Groups, DC=com^CN=GG-ServiceDeskAdmin-TCCORPCEFS
    And also if anyone explain me the overall working of SSO in detail like how presentation services will make a connection to BI server( I guess using Impersonator User), and also how our BI server will read the URL from presentation services and the over all working flow in our OBIEE..
    Thanks a lot....

    Please use the search! this topic has come up lots of times already.

  • Adding custom information in HTTP Header in an outgoing request from GWWS

    Is there a way to send custom header information with the a webservice request (HTTP post) that happens via GWWS server?
    All the methods I read about deal with managing the soap envelop that gets sent.
    We are looking for ways which will allow us to put custom information in the headers.
    I am aware there is something we can do using the Salt Plugins.
    For example, we can write a Out bound plugin which has a capability of putting the "Authentication:Basic..." in the header.
    Then there is message conversion plugin which deals with transformation of message, which gives us control over the soap body.
    Is it possible to put information in the header for outgoing request (from GWWS) to a specific web service?
    Thanks and Sincere Regards,
    Mrugendra

    Maurice,
    Thanks for confirming this.
    It clarifies the doubts that I was having while reading through the documentation Xu pointed to.
    Yes, we need to add HTTP Headers (not SOAP header).
    For now we just need to add Basic Authentication HTTP Header for outbound service calls.
    We have developed a plugin to do that for now.
    And even if the salt plugin takes care of adding the Basic Authentication in the HTTP Header for outgoing calls, I guess we do not have any option to include some custom information in the HTTP Header which might be required in the future.
    At-least, not unless we request that enhancement.
    Bringing the plugin into our mix requires a lot of changes to our architecture including inclusion of AUTHSVR in the UBB,
    Which, in turn, makes it imperative to change the endpoint clients of our application.
    In addition to that, the incoming web service calls also need to include TUXEDO authentication information, which would again require either communicating the authentication information to the consumers of our service or device some kind of a proxy which would add the authentication information for all the incoming requests!
    With these facts in mind, we were wondering if we have an easier way to include the HTTP header information.
    As you say, Maurice, it seems it is not possible yet.
    Thank you again for your replies.
    Sincere Regards,
    Mrugendra

  • How to find Server Information and MIME

    I'm working on a simple http server and was wondering how I could obtain the Server information?
    Example Server informations are:
    CERN/3.0
    or
    Server:�Apache/1.3.26�(Unix)�PHP/4.1.2�mod_ssl/2.8.10�OpenSSL/0.9.6(CR)
    something like this...
    and how do i obtain the mime information?
    Example MIME info is:
    MIME-Version: 1.0
    Thanks in advance!

    Please clarify: are you working on an HTTP server or an HTTP client? If the former, are you wanting to know what your server should output in response to a request? If the latter, are you wanting to know how to parse the response?

  • How to avoid version information in http response

    Hi,
    We have a SAP java web application in webdynpro framework developed using SAP NetWeaver.
    If I right click on broswer and see View Source of the page, it is displaying information related to Development components, java version, SAP version etc..
    I am very new to SAP and would like to know how to avoid the information.
    I have already tried setting useServerHeader to false and DevelopmentMode to False in SAP J2EE engine.
    Below is the information displayed in the view source.
    This page was created by SAP NetWeaver. All rights reserved.
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E), client type: msie7, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Accessibility mode: false
    Web Dynpro runtime:
    Vendor: SAP, build ID: 7.0026.20120524121557.0000 (release=NW04S_26_REL, buildtime=2012-05-24:14:38:29[GMT+00:00], changelist=141071, host=VMW4330.wdf.sap.corp), build date: Fri Nov 16 03:56:13 CET 2012
    Web Dynpro code generators of DC
    SapDictionaryGenerationCore: 7.0021.20091119120521.0000 (release=NW04S_21_REL, buildtime=2009-12-11:15:55:08[UTC], changelist=76328, host=PWDFM114.wdf.sap.corp)
    J2EE Engine:
    7.00 PatchLevel 129925.450
    Java VM:
    SAP Java Server VM, version: 4.1.024 21.1-b02, vendor: SAP AG
    Operating system:
    Linux, version: 2.6.32-131.17.1.el6.x86_64, architecture: amd64
    Hope I explained the issue and thank you so much in advance..

    Or
    Have a look and these query on WD and portal
    refer; Disabling the Right click functionality in the Detailed Navigation?
    Disable WD ABAP default context menu
    Remove / Hide standard right click menu in Web Dynpro ABAP application
    Regd Right click functionality in portal

  • How to delete personal information in my profile?

    In frequently asked questions, it says I can delete personal information in my profile. But it's not doing it. I.e., I edit/delete the information, and hit save, but the information is not deleted. Please help me with this, thanks!

    Hi, Matt_Army45,
    If you had said so in the first place, I would have replied with a very different response! 
    Please make your request to Skype Customer Service directly.  The Skype website indeed limits what information can be removed.  Here is a link to the instruction on how to contact Skype Customer Service via their secure portal: Contact Customer Service    Skip past Step 2 of the instruction where various information will appear for your review and proceed to Step 3, Continue Support Request.
    I would also highly recommend you change the password for your e-mail account if you have not already done so.
    Best regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Going to sell my Ipad 1 and need to know how to delete my information, help

    I am going to sell my Ipad 1 and need to know how to delete my personal information. Please advise.

    Connect it to your computer, open the iTunes app and restore the iPad to the factory settings. Do not sync the iPad after you have restored it.

  • HT1918 How to delete billing information using iOS

    How do I delete billing information using iOS device

    you can't, you should use iTunes on a computer for this. log in, select 'account' and 'payment method/info'
    then you can select 'none' and save settings

  • HT4061 How to delete billing information

    How to delete billing information

    Change Payment Information to None.
    Settings>iTunes and App Stores>Apple ID>View Apple ID>Sign-in>Payment Information

  • How to delete message information while save purchase order

    Hi All,
    I' am trying to create a purchase order thru me21n. when i enter outline aggrement, contract and PO quantity fields with some values the message information which gets populated in MESSAGES should get deleted when I save the PO.
    can anyone suggest me any user exit or badi to delete message information before saving PO.
    Thanks,
    BJR.

    Hi Bjr,
    Check with this ME_PROCESS_PO_CUST and modify .
    Regards,
    Madhu.

  • How to solve the error message Podcast cover art must be at least 1400 X 1400 pixel JPG or PNG, in RGB color space, and hosted on a server that allows HTTP head requests."

    please help!! I've been trying to solve this error message for hours
    the feed url is http://feeds.feedburner.com/goodstewards
    the artwork url is http://www.goodstewards.com/wp-content/uploads/2014/11/logo.jpg
    this is a wordpress domain that i am using with feedburner

    "Your Blogger feed has no 'itunes' tags and is lacking the 'iTunes declaration' in the second line, so you have no image as far as the Store is concerned. You need to set Blogger to provide an itunes-compliant feed."
    So, how do I set Blogger to do that? I was Googling for the answer, but nothing. I have "Allow Blog Feed" set to full and Title Links and Enclosure Links enabled.
    "Your Feedburner feed link goes to a text page containing the code of a feed - this feed does have the 'itunes:...' tags. However in both feeds you are using Google Drive as a server for the image and media files and the URLs are prefaced with https (encrypted connection) - this may work in the Store but it is inadvisable and your URLs should begin with http."
    Yeah, I couldn't think of another way to get you straight to the actual XML file. I guess what you are saying is that Google Drive does not have an appropriate server, which is why it gives https instead of http as a head.

  • How to delete server side cookie

    Hy ppl.
    i would like to know how i can get rid of server side cookies which date is in the past?
    I've trie it with
    call method cl_bsp_server_side_cookie=>DELETE_SERVER_COOKIE
    but the there was no result

    hi
    good
    Class CL_BSP_SERVER_SIDE_COOKIE provides methods for setting, getting, deleting, and managing cookies on the server.
    Server-side cookies are persistent data, similar to the usual client-side cookies. However, while on the client-side, there are restrictions that limit the size of cookies to around 4 kilobytes per cookie, the number of cookies to 300 in total and 20 per server or domain, server-side cookies are subject to no such restrictions. A server-side cookie is stored on the database.
    For technical reasons, each individual cookie can be stored in one of the following ways:
    as a field or
    as a structure or
    as an internal table
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/31b97b35a111d5992100508b6b8b11/content.htm
    thanks
    mrutyun^

Maybe you are looking for

  • Reset() of ObjectOutputStream diff in Linux and Windows

    From the previous post and my test, it is better to call ObjectOutputStream oos.reset() to clean up buffer. But I notice that it works all fine in Linux, but if the remote site is a Windows machine, if you call oos.reset(), the remote site will throw

  • Split screen removal?

    why do I keep getting a split screen when I touch wrong?I cant remove it?Had to restart the computer first? 

  • Problème de création de signature sous Acrobat standard X

    Bonjour, J'arrive à créer des boites signatures dans Acrobat standard X. Je suis capable de certifier mon document, mais les gens sont incapables de signer. Dans Fichier > propriétés > Apposition du document Non autorisé. Avez vous des suggestions po

  • OS X 10.4.3 crashes waking from Deepsleep/Safesleep

    Hi there. Have already posted this under the Powerbook forum but have had no reply so am trying it out here as it is relating to Tiger crashing. The problem is detailed below: My PB G4 15" has trouble waking from deepsleep (or safesleep - not sure wh

  • Configuration of  'object & data provider' in MSS

    Hi Gurus, Can some body please explain the steps on how to config 'object & data provider' in MSS ? or may be share a document if any body has ? Thanks in advance.        Srinivas