Questions tagged [outbound]

"Outbound" stands for any behavior or event related to links pointing to URLs outside the current domain.

211 questions
1
vote
1 answer

Is it bad practice to rely on outbound rules for rewriting?

For the past few years, if I've wanted a URL of a page on a site rewritten I've put the rewritten URL into the link on the page. E.g. If the page is /Product.aspx?filename=ProductA and it's rewritten to /Product/ProductA.aspx then I've put the…
Curtis
  • 101,612
  • 66
  • 270
  • 352
1
vote
2 answers

System.IndexOutOfRangeException on SalesForce OutBound Message Listener

I have a webservice in ASMX and I am trying to create a Listener and here is what I have in the webservice.cs file using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Script.Services; using…
Francis
  • 56
  • 1
  • 12
1
vote
1 answer

Is there a simple, universal outbound click tracking method for web pages?

I'm looking for a way of tracking all outbound clicks from a web page without modifying any of the existing page code. The solution must work with frames, iframes, content from different domains, AJAX etc. I previously posted about a Javascript /…
jnthnclrk
  • 469
  • 6
  • 29
1
vote
1 answer

CWSIA0112E: The property name Keep-Alive is not a valid Java identifier

I see tonnes of logs for all header properties that have hyphen - [30-5-18 17:13:14:321 CEST] 00001622 SystemOut O WARN [integration.jms.DefaultJmsHeaderMapper] failed to map Message header 'Keep-Alive' to JMS property…
Kris Swat
  • 788
  • 1
  • 10
  • 39
1
vote
0 answers

FTP Upload using Spring Integration

i recently started to use Spring Integration and i am facing a problem to upload a file to my ftp server. When i try to send the file using the command send nothing happens, and the program execution is stopped. Could anynone please help me? Tks a…
1
vote
2 answers

Mule 3.6.1 HTTPS ountbound GET/POST

Hi I am trying to use(Mule 3.6.1) https outbound endpoint in order to get a response. With this conditions I couldnt make any response. But however if I use Mule 3.4.0 depricated http outbound(which is commented in below xml file) I can get a…
Miraj Hamid
  • 554
  • 10
  • 19
1
vote
1 answer

How to create the ultimate jquery-script for tracking outbound links in Google Analytics?

I found some jquery scripts to deal with tracking outbound links in Google Analytics. But they all seem to have some flaws: http://iso-100.com/blog/post/updated-script-for-tracking-outbound-links-in-google-analytics-with-jquery/ Disadvantages:…
Andreas
  • 2,045
  • 5
  • 19
  • 30
1
vote
1 answer

Twilio REST API: making calls with android and python / flask

I'm working on an android app using twilio to make calls / conferences and had everything working good using just the TwiML. Now i need to track events so i'm switching to the Rest API and am having trouble getting the calls to connect. I have the…
salminnella
  • 744
  • 2
  • 6
  • 17
1
vote
2 answers

Google Analytics, Outbound Event Tracking

Having an Issue With recording outbound link events in my google analytics. This is such a simple task I cannot understand where it can go wrong. Can any one notice any issues with my code. The google functions are being executed upon my onclick…
1
vote
0 answers

Setting Up "Outbound SSL" in JBoss and/or underlying JRE

Looking to port Outbound SSL configuration from Websphere to JBoss. In my case, JBoss is the client. It wants to pass a client cert to a remote machine as part of a 2-way SSL communication. In Websphere, you explicitly specify... keystore /…
W. Marshall
  • 11
  • 1
  • 4
1
vote
1 answer

Java Sockets and multiple outgoing interfaces on Linux

There are quite a couple of related questions (e.g. Java Socket specify a certain network interface for outgoing connections ) however I couldn't find a satisfying i.e. practical solution to my problem: On my target (Linux) platform there are…
Tom
  • 73
  • 1
  • 1
  • 6
1
vote
2 answers

Cannot Make Outbound Calls from Amazon EC2 VPC

I just started a new instance and deployed a very simple Java app to try to connect to MongoDB Atlas and the app is not able to connect. The same app is working fine locally. This is a general purpose instance in a VPC and not a classic. Is there a…
juminoz
  • 3,168
  • 7
  • 35
  • 52
1
vote
0 answers

How to work properly with outbounds in WEBRTC?

I'm testing the Kurento Room Demo. I'm interested in getting all the possible stats of the videoconference. I'm running tests with getStats() using getPublisher() and getEndpoint() in every participant, so that way I get info about each bitrate, how…
1
vote
1 answer

IIS Outbound Rewrite Rule for srcset with multiple URLs

I have something like this in my html response: I'd like to use IIS…
Johnny Oshika
  • 54,741
  • 40
  • 181
  • 275
1
vote
1 answer

Scope IIS Rewrite Outbound Rule by request URL

Is there any way to scope IIS' outbound rewrite rule to only apply if the requested URL matches a pattern? I suspect that's not possible because the request URL isn't visible in the response, but I thought I'd ask in hopes that it is possible. Here…
Johnny Oshika
  • 54,741
  • 40
  • 181
  • 275