Skip to main content

Questions tagged [forwarding]

There are myriad kinds of forwarding. Use this if you must, but try to find a more specific [tag] first.

forwarding
1 vote
1 answer
1k views

Remove Confirmation Box vbs script

I have the following code where i could send mail through my configured outlook. I can run this vbs using a rule in my outlook which in turn send a mail to the email specified in the script But i am ...
user avatar
50 votes
6 answers
116k views

Python: Get HTTP headers from urllib2.urlopen call?

Does urllib2 fetch the whole page when a urlopen call is made? I'd like to just read the HTTP response header without getting the page. It looks like urllib2 opens the HTTP connection and then ...
shigeta's user avatar
  • 1,781
1 vote
2 answers
2k views

How to forward macros between nmake invocations?

How can I forward macros between nmake invocations? Let's say we have --- a.mak --- some_variable = value all: nmake -f b.mak --- END --- --- b.mak --- all: @echo some_variable = WHAT TO ...
Piotr Dobrogost's user avatar
45 votes
5 answers
41k views

Relaying a request in asp.net (Forwarding a request)

I have a web application that communicates between two different web applications (one receiver and one sender, the sender communicates with my application, and my application communicates with both). ...
El Che's user avatar
  • 1,321
3 votes
3 answers
10k views

Pop3 to SMTP message custom forwarder in C#

I'd like to write a service that periodically checks a POP3 account for new messages and based on custom business logic forwards the messages to an appropriate "To", and possibly changes the "From" as ...
Troy's user avatar
  • 1,247
9 votes
7 answers
10k views

Does PHP Have an Equivalent of Java's RequestDispatcher.forward?

In Java I can write a really basic JSP index.jsp like so: <% request.getRequestDispatcher("/home.action").forward(request, response); %> The effect of this is that a user requesting index.jsp (...
Walter Rumsby's user avatar
5 votes
5 answers
6k views

Client firewall blocks all ports but 80 and 443, need away to forward requets on port 443 to SSH or HTTPS

I am currently working at a client were they have locked down the network, except for ports 80 and 443. I need to connect to our server using SSH, but the same server also runs our website. We do not ...
user avatar
0 votes
2 answers
2k views

Web forwarding proxy in C# or PHP available?

I have some shared server web hosting in the States (I'm from the UK), which allows me to publish PHP and .NET applications. I cannot install my own software onto the remote server, but I'd like to ...
Dave R.'s user avatar
  • 7,264
7 votes
1 answer
22k views

Grails forwarding and/or redirection with parameters

Is it possible to do page forwarding in Grails? I searched but no luck. If possible, how do I pass parameters in the forwarding method? If not, how would I do it using redirection? I've found ...
echoblaze's user avatar
  • 11.5k
0 votes
3 answers
4k views

htaccess request forwarding if internal ip

Is there a possible htaccess directive that can transparently forward request from index.php to index_internal.php if the request is coming from an internal ip range?
ken's user avatar
  • 4,936
2 votes
3 answers
3k views

How to forward the TCP/IP traffic of a process in Windows XP?

alt text http://img440.imageshack.us/img440/6950/problemyd1.png (The curly lines with dots represent a network route.) Having a process called "foo.exe", is there a way to forward everything it ...
John Smith's user avatar
9 votes
3 answers
6k views

Quickest and most reliable way to forward mail from an IMAP account

I'm wondering what is the quickest and most reliable way to forward mail from an IMAP account. My university does not allow our student-mailbox to forward to a private e-mail account (everybody uses ...
Gerrit's user avatar
  • 1,599

15 30 50 per page
1
39 40 41 42
43