SOLVED - Any tool to capture URL content sent ?

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

AxWald
Posts: 578
Joined: Thu Mar 06, 2014 2:57 pm

Re: Any tool to capture URL content sent ?

Post by AxWald » Sat Feb 03, 2018 12:49 pm

Hi,

for simple reading network traffic on your (Win) machine you can use SmartSniff. Has quite a lot of options, but runs very nicely "out-of-the-box", too :)

Have fun!
All code published by me here was created with Community Editions of LC (thus is GPLv3).
If you use it in closed source projects, or for the Apple AppStore, or with XCode
you'll violate some license terms - read your relevant EULAs & Licenses!

teriibi
Posts: 254
Joined: Mon Nov 13, 2017 3:49 pm
Location: Bolivia

SOLVED - Re: Any tool to capture URL content sent ?

Post by teriibi » Sat Feb 03, 2018 1:53 pm

Thanks very much AxWald :D - SmartSniff SOLVED IT. :idea:
...deadly simple as you said and I can see excatly what the stack is sending out now.
took only 3 min to figure it how from the moment it was installed :!: thats also very cool...
Great Help, I ll keep this very handy tool at hand now.
:mrgreen:

bangkok
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 937
Joined: Fri Aug 15, 2008 7:15 am

Re: SOLVED - Any tool to capture URL content sent ?

Post by bangkok » Sun Feb 04, 2018 4:42 am

Another excellent tool, and very easy to use :

Fiddler.

https://www.telerik.com/fiddler

-it catches all traffic (acts like a proxy), in and out

-decodes and presents the data streams in various format : so you really know who is sending/receiving what and when

-works with all browsers of course

-And you can use it, with LiveCode as well, with the command :

Code: Select all

set the HTTPProxy to "127.0.0.1:8888"
A must have !

teriibi
Posts: 254
Joined: Mon Nov 13, 2017 3:49 pm
Location: Bolivia

Re: SOLVED - Any tool to capture URL content sent ?

Post by teriibi » Sun Feb 04, 2018 12:55 pm

Waah, excelent, Tkx Bangkok
...very similar but seems even better to me though Im not expert anyway.

I know its nothing new to you guys but I only realize now tks to those tools.. how vulnerable is all this data transfer ops... even more on Wifi network.

*Being "LC ready" gives it what sorts of benefit ?
Unless I would build a stack related to network task, right ?

Post Reply

Return to “Internet”