Hey!
I have hosted some php files inside my public_html folder, and they simply query a database and return json results.
The php scripts work perfectly fine in the browser (by typing website.com/phpScript.php) and via CURL (in CMD prompt - windows) but when I run the php scripts via HTTP Request in C# Programming language I get error 404 (not found) or error 500 (Even though it works in the above mentioned methods).
Does anyone know what I need to configure on the file management server to allow requests from my C# applications?
I know it is not a spelling error in the URL (Copy & Paste into browser works) as well as the way I have setup the HTTP Request (I tested it with a locally hosted php script and everything worked fine until I hosted the php Script on the File Management Server).
Any Help or Guidence would be greatly appreciated!
I have hosted some php files inside my public_html folder, and they simply query a database and return json results.
The php scripts work perfectly fine in the browser (by typing website.com/phpScript.php) and via CURL (in CMD prompt - windows) but when I run the php scripts via HTTP Request in C# Programming language I get error 404 (not found) or error 500 (Even though it works in the above mentioned methods).
Does anyone know what I need to configure on the file management server to allow requests from my C# applications?
I know it is not a spelling error in the URL (Copy & Paste into browser works) as well as the way I have setup the HTTP Request (I tested it with a locally hosted php script and everything worked fine until I hosted the php Script on the File Management Server).
Any Help or Guidence would be greatly appreciated!