File tree 2 files changed +7
-1
lines changed
src/content/data/testimonials
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 33
33
"link" : " https://www.reddit.com/r/androiddev/comments/tdytzt/how_to_record_replay_http_traffic_in_android_and/i0p5dw5/" ,
34
34
"source" : " Cultist" ,
35
35
"quote" : " I've had really good experience with Http Toolkit as a proxy. Very user friendly. QA loves it for Android"
36
+ },
37
+ {
38
+ "link" : " https://www.reddit.com/r/ReverseEngineering/comments/it7yv7/http_toolkit_opensource_tool_with_oneclick_mitm/m5nz1kh/" ,
39
+ "source" : " Careless-Rice-199" ,
40
+ "quote" : " I have been using this tool for about three months and it is the best thing I have ever found"
36
41
}
37
42
]
Original file line number Diff line number Diff line change @@ -100,5 +100,6 @@ export const HIGHLIGHT_STRINGS = [
100
100
'HTTP Toolkit is amazing' ,
101
101
'just click and inspect network traffic' ,
102
102
'I cannot imagine tackling any future http-related problem without it' ,
103
- 'an ideal tool for anyone looking to gain deeper insights into their web traffic'
103
+ 'an ideal tool for anyone looking to gain deeper insights into their web traffic' ,
104
+ 'the best thing I have ever found'
104
105
] ;
You can’t perform that action at this time.
0 commit comments