B4J Question [SOLVED]Getting Response Header Value of Set-Cookie and Send the Cookies in the Subsequent Request - elitevenkat    Mar 20, 2021 /auth/login/", "username=123456&password=123456")
j.GetRequest.SetHeader....GetHeaders.Get("Set-Cookie")
Log("header vals " & j.Response)
From the response headers, I need to get all the 'Set-Cookie' headers. But I'm not... B4A Question POSTing a form, getting headers back - wimpie3    Jun 30, 2014 Sounds so trivial, but HtptUtils2 isn't able to do this... how can I POST form values to the server and get headers (like the cookie values) back?... B4A Question Getting HTTP headers only - wimpie3    Jun 27, 2018 .GetRequest.Timeout = 5000
httpjob.head(filename)
httpjob.GetRequest.InitializeHead(filename)
However, I'm getting a Bad Request response from the server. I'm not sure about the order in my code... B4J Question Get column header text in tableview in MouseClicked EventData - ChristopherD (first post)    Jul 15, 2021 We are not putting our time into moving fully over to B4XTable or the internal designer as yet. For now, I just want to pull out the ... B4J Question jServer: Get all headers (in a map?) - MathiasM (first post)    May 25, 2021   (1 reaction) I found the answer via the Similar Threads forum function. Thanks Erel: https://www.b4x.com/android/forum/threads/server-list-all-request-headers-in-a-handler-class.123079/... B4A Library [B4X] [XUI] AS Draggable Bottom Card - Alexander Stolte    May 26, 2025   (56 reactions) height ExpandHalf As String expand the view in half mode - first height + header height getCardBase As B4XView gets the card base - the main panel that hold the body- and header-panel getDarkPanelAlpha As Int getFirstHeight As Float getHeaderHeight As Float gets the header height getIsDraggable... expanded getSecondHeight As Float HeaderPanel As B4XView gets the header panel - Load your header... gets the header height IsDraggable As Boolean set it to false to disable touch gestures on header... B4A Question java.lang.RuntimeException: error:0c074079:ASN.1 encoding routines:ASN1_get_object:HEADER_TOO_LONG - Angelo Messina    Aug 16, 2019 :ASN1_get_object:HEADER_TOO_LONG at com.android.org.conscrypt.OpenSSLKey.getPrivateKey(OpenSSLKey.java....corrispettivielettronici.getSHA256RSA(corrispettivielettronici.java:2921) ... 26 more Caused by: java.lang.RuntimeException: error:0c074079:ASN.1 encoding routines:ASN1_get_object:HEADER_TOO_LONG....conscrypt.OpenSSLKey.getPrivateKey(OpenSSLKey.java:281) ... 29 more nativeMe.InitializeContext Dim Signature As String=nativeMe.RunMethod("getSHA256RSA",Array(Canonico... B4A Question Json get request header - John Decowski (first post)    Jul 30, 2019 Thanks @DonManfred I will try that !... B4A Question Get Headers using httputils2 - Erel (first post)    Sep 19, 2013 You will need to modify HttpUtils2Service code. The headers are accessible in hc_ResponseSuccess. You can get the required information and add it to the Job's tag.... B4J Question get http headers - Pedro Caldeira (first post)    Oct 3, 2017 thanks you Erel. Worked.
I had to tweak it a little, since I want the headers even if there's any error. but its done.... Page: 1   2   3   4   5   6   7   |