site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=dpbdRJpBA/UkM9e4O5 07C8HmNK1I3Tu7PActvKDBPPc=; b=ehtPX5AXYhy2kaAM+bz5bq057H3TfyXCNw QsdkQynd+Fvd9mkdjyDLCOpYM6aYNcE3MQNJkastKaY04vply2/t31uAP5PG2/2H HI8G4xES8wEunQMfXUkZrb3jQvwAz8AeOZxRluJYZ/edg5QzOW0MQXtENzU4DcSr bJn/5iinXm2oGhF2z6VBYUYTiX3/0hmCf6x8E8eg8r2/tRczAa10JlaeeFpnwDe2 Sqy64tMsQ8MgggH4U1kHn7dx9CUJOw/n6toPNdqsoPD2XOl0m//KOfvpMBh/Uttu B45DOiyuUz1mD+1QnRcz8nyD5+clHjrpQTGwGxT4amEiBRZifRbQ== We have a situation in our iOS app that embeds javascript content in a WKWebView. That content makes requests to a third-party (embed.ly), which dislikes the referrer (which in this case is localhost. Yup, our app serves content to itself). I'd like to intercept all the requests going out from our embedded content and change the referrer in the HTTP request, but I don't know if that's possible. Is it? Thanks, -- Rick Mann rmann@latencyzero.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists... This email sent to site_archiver@lists.apple.com
participants (1)
-
Rick Mann