Click here to Skip to main content
15,881,812 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: request recommendation for api record / playback software Pin
kmoorevs20-Mar-23 6:43
kmoorevs20-Mar-23 6:43 
GeneralRe: request recommendation for api record / playback software Pin
BernardIE531720-Mar-23 14:05
BernardIE531720-Mar-23 14:05 
GeneralRe: request recommendation for api record / playback software Pin
jschell21-Mar-23 5:28
jschell21-Mar-23 5:28 
GeneralRe: request recommendation for api record / playback software Pin
BernardIE531721-Mar-23 16:21
BernardIE531721-Mar-23 16:21 
GeneralRe: request recommendation for api record / playback software Pin
jschell23-Mar-23 5:57
jschell23-Mar-23 5:57 
GeneralRe: request recommendation for api record / playback software Pin
BernardIE531723-Mar-23 8:48
BernardIE531723-Mar-23 8:48 
GeneralRe: request recommendation for api record / playback software Pin
megaadam20-Mar-23 23:55
professionalmegaadam20-Mar-23 23:55 
GeneralRe: request recommendation for api record / playback software Pin
Peter Shaw21-Mar-23 2:34
professionalPeter Shaw21-Mar-23 2:34 
Sounds like you need "HTTP Toolkit"

https://httptoolkit.com/

Iv'e used this many, many times for live debugging over the years.

All the user needs to do is install it, then run it, they use an appropriate interception mode, to run the app with your lib in, under control of the toolkit, the free version is more than enough for standard debugging, but if you need to export the data you will need to pay for a subscription.

HTTP toolkit can even "live proxy" calls made on a mobile device such as an android phone, over your local lan via wifi and/or usb direct into the PC running HTTP Toolkit, it's really quite scary what you can do with it, I've watched (and seen in plain text) things like my MS and Google account passwords being revealed to me when set up properly.

If your feeling brave, and really understand HTTP and general networking, then Wireshark will do everything you need.

It's not easy to set WS up to decrypt HTTPS however, but it can be done, and the results can be un-encrypted.

WS will unfortunately record EVERYTHING network related going on in the target machine however, so you will need to learn to use a lot of filtering.

Telerik fiddler is another tool you may wish to look at, but the new versions are no where near as good as the old "Version 4 classic version". If you can get "Fiddler Classic" then you have a great tool, which is easy to set up for un-encrypting https in real time (One button click) and will allow you to sniff, record and even edit and play back requests.

Shawty
GeneralWordle 639 Pin
StarNamer@work19-Mar-23 14:38
professionalStarNamer@work19-Mar-23 14:38 
GeneralRe: Wordle 639 Pin
Shane010319-Mar-23 17:58
Shane010319-Mar-23 17:58 
GeneralRe: Wordle 639 Pin
Sandeep Mewara19-Mar-23 18:42
mveSandeep Mewara19-Mar-23 18:42 
GeneralRe: Wordle 639 Pin
Amarnath S19-Mar-23 20:31
professionalAmarnath S19-Mar-23 20:31 
GeneralRe: Wordle 639 Pin
OriginalGriff19-Mar-23 20:45
mveOriginalGriff19-Mar-23 20:45 
GeneralRe: Wordle 639 Pin
Peter_in_278019-Mar-23 21:28
professionalPeter_in_278019-Mar-23 21:28 
GeneralRe: Wordle 639 Pin
Sander Rossel19-Mar-23 21:35
professionalSander Rossel19-Mar-23 21:35 
GeneralRe: Wordle 639 Pin
ChandraRam19-Mar-23 21:47
ChandraRam19-Mar-23 21:47 
GeneralRe: Wordle 639 - 4 4 me Pin
pkfox19-Mar-23 22:13
professionalpkfox19-Mar-23 22:13 
GeneralRe: Wordle 639 Pin
Cp-Coder20-Mar-23 0:59
Cp-Coder20-Mar-23 0:59 
GeneralRe: Wordle 639 (3/6) Pin
musefan20-Mar-23 5:18
musefan20-Mar-23 5:18 
GeneralRe: Wordle 639 Pin
Jeremy Falcon20-Mar-23 7:01
professionalJeremy Falcon20-Mar-23 7:01 
GeneralRe: Wordle 639 Pin
jmaida20-Mar-23 14:35
jmaida20-Mar-23 14:35 
Generalworldle 422 Pin
jmaida19-Mar-23 4:57
jmaida19-Mar-23 4:57 
GeneralWordle 638 Pin
OriginalGriff18-Mar-23 20:14
mveOriginalGriff18-Mar-23 20:14 
GeneralRe: Wordle 638 Pin
Sandeep Mewara18-Mar-23 21:04
mveSandeep Mewara18-Mar-23 21:04 
GeneralRe: Wordle 638 - 3 4 me Pin
pkfox18-Mar-23 22:07
professionalpkfox18-Mar-23 22:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.