My use case is to serve response of an HTTP request after receiving another request from separate server. I want to do this best possible way keeping scaling in mind. We are using Golang 1.19 with Gin Framework. Server will have multiple pods thus channels will not work. There will be timeouts for all request making initial request timed out
Tag: asp.net
How to replace date field with some text in the ViewMaster (Vertical) for word/pdf using Aspose?
Aspose code is inserting Viewmaster(vertical) with default date to select as a text inside. I want to replace with some text as shown in the image. Followed the code mentioned in ViewMaster(vertical) using Aspose to generate the ViewMaster(Vertical) in the word/pdf. can someone help in getting the right code to replace the date with text Answer Date is set in
Sending custom header with ksoap2 to asp.net
So i’m trying to add some authentication variables to the header of my soap request. To authenticate the sender. The client is an android app and the server is using asp.net web forms. The library i’m …