Krishna T

Results 12 comments of Krishna T

> I have encounter a same problem with this app .... https://play.google.com/store/apps/details?id=org.hostedgames.zexsh > > Its a split and problem with base.apk ... > > ``` > > I: Using Apktool...

@oasisfeng you can use Fiddler, It will create a certificate for u, https://www.telerik.com/download/fiddler-everywhere Steps for packet capture with fiddler. 1. Open setting of fiddler and click on "Export root certificate"....

is there a way to install CA certificates in ISLAND?

@oasisfeng You can use Postman to generate certificate and test http intercept. [Capturing HTTP requests](https://learning.postman.com/docs/sending-requests/capturing-request-data/capturing-http-requests/)

I am able to retrieve data while iterating over map. How do i retrieve rest of data?

possible duplicate https://github.com/jankotek/mapdb/issues/948#issue-459451524

Use of ThreadLocals via RequestContextHolder is simply bad design. There is extra burdon of cleaning up after. +1 from me for request attributes.

@bclozel am I missing something here? How to pass attributes to interceptors?

Discovery Server `spring-cloud-starter-netflix-eureka-server : 4.1.2` Gateway Dependencies ``` Spring Boot : 3.3.2 spring-cloud-starter-gateway: 4.1.5 spring-cloud-starter-netflix-eureka-client : 4.1.3 ``` MicroService Dependencies ``` Spring Boot Version : 3.3.2 spring-cloud-starter-netflix-eureka-client : 4.1.2 ```...