Redirect response from C# Handler to PHP page with json data as POST -


i have c# handler calling @ regular interval using windows task.
handler generates json object, need posted different php page.
json object generation working fine. how can specify php page in c# handler code redirected?
tried set path of php page context.response.redirectlocation. how can pass json data page via post.
i'm able send json data context.response.write(json); , doesn't redirect required page, displayed json content in browser.
can me?

hope you

http://www.codeproject.com/articles/20899/tips-to-make-asp-net-talk-to-asp-php-rails-and-jav

how post data , redirect external page?


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -