0
votes
2answers
25 views
forward from servlet in higher directory to jsp in subfolder
Hi.
i have
root/logged/form.jsp
root/servlet
root/logged/form.jsp
I have jsp page logged/form.jsp this submits form to servlet action="../update". Now i want to add some parame …
0
votes
1answer
26 views
Forward one domain to another based on request header.
Hi All,
I have a requirement that I want to check the request headers and according to that I want to forward the incoming request to appropriate sub domain of my company.
For ex …
0
votes
1answer
64 views
Example code of libssh2 being used for port forwarding
I'm looking for an example of how to use libssh2 to setup ssh port forwarding. I've looked at the API, but there is very little in the way of documentation in the area of port for …
0
votes
0answers
61 views
Forward a Gmail account to multiple other email addresses [closed]
I have created a website for a client, one of their requests was to have all mail sent to info@example.com forwarded to two different email accounts, which are hosted elsewhere.
I …
1
vote
2answers
65 views
How to disable warning in xcode on specific line ?
I've got a call like this [Class method] and a warning saying that Class may not
respond to "method" message.
The "method" message does not indeed exist but my code use unknown me …
1
vote
1answer
73 views
How do I use PHP to send users to specific pages based on where they are coming from.
Hey everyone.
What I want to do, is use PHP to forward users to specific pages based on where they are coming from on my site.(basically this is a next button functionality)
So w …
0
votes
3answers
127 views
How to display ads on outbound email?
I need to be able to display ads on email forwarded through a server (preferably postfix) based on the demographic information of the recipient. Basically a message will arrive for …
0
votes
2answers
28 views
Is request forwarding possible when using CGI?
I'm writing a small content server as a web service. There are 2 units - one authenticates the application requesting content and when authentication succeeds, the request is forwa …
2
votes
4answers
1k views
Python: get http headers from urllib call?
does urllib 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 urllib opens the http connec …
0
votes
2answers
43 views
What is the best technique for (seo-friendly) forwarding muliple domains to one web server?
The setup is:
www.domainA.com
www.domainB.com
both actually hosted on one web server (Apache)
123.123.123.123/domainA
123.123.123.123/domainB
I have setup a hidden forward …
0
votes
4answers
184 views
Send keystroke to other control
Easy one for you guys.
I have a textbox on top of a listbox.
The textbox is use to filter ther data in the listbox.
So... When the user type in the textbox, I would like to "tra …
0
votes
3answers
75 views
Refresh browser via cron(or not) to a different page on remote request?
I need to display pages in a tutorial fashion. I looked in to netsupport, beamyourscreen and other possibilities but, I do not want the viewers to download anything. I cannot use g …
2
votes
4answers
440 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 c …
3
votes
4answers
583 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 comm …
0
votes
1answer
66 views
Port 80 forwarding - no css or images. [closed]
Hi all, ive got a bit of a problem at the minute. I have an xampp web server set up on my home computer and ive configured my router to forward port 80 requests to it. (im using dy …
