0

How do i call a .net http handler from a c++ application?

Thanks, subs

user435588
  • 15
  • 1
  • 5

1 Answers1

1

Generally the most convenient way of doing this is going to be with a plain old-fashioned HTTP request to the associated url; so then the question becomes "how do I make an HTTP request from c++?"

Luckily: How do you make a HTTP request with C++?

Community
  • 1
  • 1
Marc Gravell
  • 1,026,079
  • 266
  • 2,566
  • 2,900