Re: asp.net to php



Yes, I need to create the php page. I'm yet sure how to go about creating a
php page that automatically processes a file.


"RhythmAddict" <sanjay.uttam@xxxxxxxxx> wrote in message
news:6bd8a037-7e33-4d3c-bbc5-05d42691bd05@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Apr 7, 2:36 pm, "hmm" <nob...@xxxxxxxxxxx> wrote:
I want to create a process on asp.net that, by interaction on a .aspx
page a
process is fired off that creates and sends a file via https: to a URL
which
is a php page.

The php page will insure that the file is from an approved source,
capture
it, and process it. (Because the source is only one particular web site,
perhaps it's safe to allow all from the source IP addr of the web site.)

Ideas on how to best accomplish this?

Could be wrong here - but...I don't think ASP.NET is going to
distinguish much between HTTP & HTTPS. You could probably work from
this article (http://aspnet.4guysfromrolla.com/articles/102605-1.aspx)
and focus on just creating the HTTP request if you haven't already.

Also a question, I'm confused on one thing...is this PHP page built or
do you have to build it? It's probably best to verify something other
than just the source IP, at least some basic file/size or a
checksum...shouldn't be too hard, but focus on the above, first.


.



Relevant Pages

  • Re: asp.net to php
    ... I've not used the WebClient class or the HttpWebRequest class. ... process is fired off that creates and sends a file via https: ... The php page will insure that the file is from an approved source, ... (Because the source is only one particular web site, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Authentication, https and security.
    ... > The page you fill in your login information should be https:. ... I'm not actually using PHP for authentication, rather basic authentication ...
    (comp.lang.php)
  • Re: [PHP] PHP Java extension--hopeless?
    ... >>Fortunately I've made contact with the guy who developed the Java code, ... >>and he has a vested interest in getting it to work with PHP too, ... > do this over HTTPS instead of plain old HTTP ... Or a servlet filter is fine in this situation that redirects to the ...
    (php.general)
  • Re: SSL php code
    ... > method to the php code that needs it assuming the user is maintaining ... redirect to https page. ... If user posts from/to http page, he'll lose the data as he will be ... redirected to https page. ...
    (comp.lang.php)
  • [Full-disclosure] JaPCrypt
    ... JaPCrypt means Javascript and PHP Encryption. ... JaPCrypt is a PHP class which purpose is to give encrypted communications over HTTP by using server and client side scriptng like PHP and Javascript. ... This project has been started because not every hosting provider gives HTTPS access, thus not having the possibility to manage safely sensitive datas. ...
    (Full-Disclosure)