Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
Execute URL
.
Show all posts
Showing posts with label
Execute URL
.
Show all posts
Monday, July 18, 2016
How to make a post or get request to some other server from apex class
›
1. Go to "setup/Develop/Apex Class" 2. Click "new" 3. Write code as following: public class ApexClass_1 { ...
Tuesday, July 30, 2013
Java - Call URL And Sending HTTP Parameters Via GET POST PUT PATCH DELETE Method Easily Execute
›
Its very easy to invoke URL using Java, We can now send GET, POST, PUT, PATCH And Delete method easily. Invoking URL in Java is easy now. ...
›
Home
View web version