SlideShare a Scribd company logo
HTTP(s) Logging
Frank Lefebvre
CocoaHeads Paris
October 2015
NSLogger
• https://github.com/fpillet/NSLogger
NSURLProtocol
• OS X 10.2.7, iOS 2.0
• Used by NSURLConnection and NSURLSession
• Limitations
• Registration-based
• +(BOOL)canInitWithRequest:(NSURLRequest*)
Overriding default
implementations: why
• Caching
• Content filtering
• MitM
Overriding default
implementations: how
• Subclass, registration
• Evaluation order
• Sending request
• Reentrancy issues
• +setProperty:forKey:inRequest:
HTTPLogger
• Intercept HTTP(s) requests and responses
• Transaction number
• Send to NSLogger
• Use MIME type to format data
In your project
• NSLogger
• HTTPLogger.h, HTTPLogger.m
• #import "HTTPLogger.h"
• [HTTPLogger start];
Demo
References
• Apple “CustomHTTPProtocol” sample code
• NSURLProtocol, Foundation’s man-in-the-middle
(NSConference 2014, Matthew Robinson)
Q&A
@franklefebvre dev@franklefebvre.com

More Related Content

PDF
OHHttpStubs
PDF
HomeKit Inside And Out
PDF
Queick: A Simple Job Queue System for Python
KEY
Celery
PDF
elk_stack_alexander_szalonnas
PPTX
Scalable Web Apps
PPTX
Mongo db - How we use Go and MongoDB by Sam Helman
PPTX
Task queuing with redis and rq
OHHttpStubs
HomeKit Inside And Out
Queick: A Simple Job Queue System for Python
Celery
elk_stack_alexander_szalonnas
Scalable Web Apps
Mongo db - How we use Go and MongoDB by Sam Helman
Task queuing with redis and rq

What's hot (20)

PDF
LogStash in action
KEY
Writing Better Haskell
KEY
node.js dao
PDF
Developer-friendly taskqueues: What you should ask yourself before choosing one
PPTX
¡El mejor lenguaje para automatizar pruebas!
PPTX
How NOT to write in Node.js
PDF
Reflection in Pharo5
PDF
Jean-Baptiste Favre - How to Monitor Bilions of Miles Shared by 20 Million Us...
PDF
Reflection in Pharo: Beyond Smalltak
PDF
PharoDAYS 2015: Pharo Status - by Markus Denker
PPTX
Roslyn: el futuro de C#
PDF
vienna.js - Automatic testing of (RESTful) API documentation
PPTX
Testing NodeJS with Mocha, Should, Sinon, and JSCoverage
KEY
Event machine
ODP
Pywps a tutorial for beginners and developers
PDF
Gatling @ Scala.Io 2013
PDF
Asynchronous job queues with python-rq
ODP
Building serverless application on the Apache Openwhisk platform
ODP
Using Grails to power your electric car
PDF
Writing a fast HTTP parser
LogStash in action
Writing Better Haskell
node.js dao
Developer-friendly taskqueues: What you should ask yourself before choosing one
¡El mejor lenguaje para automatizar pruebas!
How NOT to write in Node.js
Reflection in Pharo5
Jean-Baptiste Favre - How to Monitor Bilions of Miles Shared by 20 Million Us...
Reflection in Pharo: Beyond Smalltak
PharoDAYS 2015: Pharo Status - by Markus Denker
Roslyn: el futuro de C#
vienna.js - Automatic testing of (RESTful) API documentation
Testing NodeJS with Mocha, Should, Sinon, and JSCoverage
Event machine
Pywps a tutorial for beginners and developers
Gatling @ Scala.Io 2013
Asynchronous job queues with python-rq
Building serverless application on the Apache Openwhisk platform
Using Grails to power your electric car
Writing a fast HTTP parser
Ad

Viewers also liked (20)

PDF
App Transport Security by Nicolas lauquin
PDF
iOSハンズオントレーニング通信(NSURLConnection/NSURLSession)編
PDF
Learn to love networking on iOS
PDF
iOS 7 URL Session & Motion FX APIs
PDF
Collection pipeline par Mathieu Godart
PDF
Code flow - Cocoaheads paris
PDF
Couverture de code
PDF
Mach-O par Stéphane Sudre
PDF
Talk KVO with rac by Philippe Converset
PDF
Revue des annonces WWDC2015
PDF
POI clusturing
PDF
App-resizer Library
PDF
BlaBlaCar et la mise en place d'une fonctionnalité FlagFeature
PDF
Mastering Interface Builder
PDF
How javascript core helped PAW to move from a small app to an extensible tool
PDF
Conférence DotSwift 2016
PDF
PDF
Swift Sequences & Collections
PDF
Genius scan - Du boostrap à 20 millions d’utilisateurs, techniques et outils ...
PDF
Découverte de HomeKit
App Transport Security by Nicolas lauquin
iOSハンズオントレーニング通信(NSURLConnection/NSURLSession)編
Learn to love networking on iOS
iOS 7 URL Session & Motion FX APIs
Collection pipeline par Mathieu Godart
Code flow - Cocoaheads paris
Couverture de code
Mach-O par Stéphane Sudre
Talk KVO with rac by Philippe Converset
Revue des annonces WWDC2015
POI clusturing
App-resizer Library
BlaBlaCar et la mise en place d'une fonctionnalité FlagFeature
Mastering Interface Builder
How javascript core helped PAW to move from a small app to an extensible tool
Conférence DotSwift 2016
Swift Sequences & Collections
Genius scan - Du boostrap à 20 millions d’utilisateurs, techniques et outils ...
Découverte de HomeKit
Ad

Similar to NSLogger network logging extension (20)

PPTX
gRPC on .NET Core - NDC Sydney 2019
PDF
PDF
PyWPS-4.0.0
PDF
O365Con18 - Automate your Tasks through Azure Functions - Elio Struyf
PDF
SearchHub - How to Spend Your Summer Keeping it Real: Presented by Grant Inge...
PDF
XFLTReaT: A New Dimension in Tunnelling (HITB GSEC 2017)
PPTX
PPTX
OrigoDB - take the red pill
PDF
Middleware in Golang: InVision's Rye
PDF
Powering up on PowerShell - BSides Charleston - Nov 2018
PPTX
Cloud agnostic serverless with fn project
PDF
Vorontsov, golovko ssrf attacks and sockets. smorgasbord of vulnerabilities
PPTX
Azure Functions
PDF
[Struyf] Automate Your Tasks With Azure Functions
PDF
XFLTReaT: A New Dimension In Tunnelling (DeepSec 2017)
ODP
Fedora Developer's Conference 2014 Talk
PDF
Adding Support for Networking and Web Technologies to an Embedded System
PDF
Oliot epcis at a glance
PPTX
Part 2 of the REAL Webinars on Oracle Cloud Native Application Development (J...
PPTX
Utilizing the OpenNTF Domino API
gRPC on .NET Core - NDC Sydney 2019
PyWPS-4.0.0
O365Con18 - Automate your Tasks through Azure Functions - Elio Struyf
SearchHub - How to Spend Your Summer Keeping it Real: Presented by Grant Inge...
XFLTReaT: A New Dimension in Tunnelling (HITB GSEC 2017)
OrigoDB - take the red pill
Middleware in Golang: InVision's Rye
Powering up on PowerShell - BSides Charleston - Nov 2018
Cloud agnostic serverless with fn project
Vorontsov, golovko ssrf attacks and sockets. smorgasbord of vulnerabilities
Azure Functions
[Struyf] Automate Your Tasks With Azure Functions
XFLTReaT: A New Dimension In Tunnelling (DeepSec 2017)
Fedora Developer's Conference 2014 Talk
Adding Support for Networking and Web Technologies to an Embedded System
Oliot epcis at a glance
Part 2 of the REAL Webinars on Oracle Cloud Native Application Development (J...
Utilizing the OpenNTF Domino API

More from CocoaHeads France (20)

PDF
Mutation testing for a safer Future
PDF
iOS App Group for Debugging
PDF
Asynchronous swift
PDF
Visual accessibility in iOS11
PDF
My script - One year of CocoaHeads
PDF
Ui testing dealing with push notifications
PDF
CONTINUOUS DELIVERY WITH FASTLANE
PDF
L'intégration continue avec Bitrise
PDF
Super combinators
PDF
Design like a developer
PDF
Handle the error
PDF
Quoi de neuf dans iOS 10.3
PDF
IoT Best practices
PDF
SwiftyGPIO
PDF
Présentation de HomeKit
PDF
Programme MFI retour d'expérience
PDF
How to communicate with Smart things?
PDF
Build a lego app with CocoaPods
PDF
Let's migrate to Swift 3.0
PDF
Project Entourage
Mutation testing for a safer Future
iOS App Group for Debugging
Asynchronous swift
Visual accessibility in iOS11
My script - One year of CocoaHeads
Ui testing dealing with push notifications
CONTINUOUS DELIVERY WITH FASTLANE
L'intégration continue avec Bitrise
Super combinators
Design like a developer
Handle the error
Quoi de neuf dans iOS 10.3
IoT Best practices
SwiftyGPIO
Présentation de HomeKit
Programme MFI retour d'expérience
How to communicate with Smart things?
Build a lego app with CocoaPods
Let's migrate to Swift 3.0
Project Entourage

Recently uploaded (20)

PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Nekopoi APK 2025 free lastest update
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
L1 - Introduction to python Backend.pptx
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
medical staffing services at VALiNTRY
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
ai tools demonstartion for schools and inter college
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
AI in Product Development-omnex systems
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Introduction to Artificial Intelligence
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
How to Choose the Right IT Partner for Your Business in Malaysia
Design an Analysis of Algorithms II-SECS-1021-03
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Nekopoi APK 2025 free lastest update
wealthsignaloriginal-com-DS-text-... (1).pdf
L1 - Introduction to python Backend.pptx
Wondershare Filmora 15 Crack With Activation Key [2025
medical staffing services at VALiNTRY
Odoo POS Development Services by CandidRoot Solutions
Understanding Forklifts - TECH EHS Solution
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
ai tools demonstartion for schools and inter college
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
AI in Product Development-omnex systems
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Introduction to Artificial Intelligence
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Internet Downloader Manager (IDM) Crack 6.42 Build 41
How to Migrate SBCGlobal Email to Yahoo Easily

NSLogger network logging extension