Open DILEEP-YADAV opened 8 years ago
curl -X POST -vu clientapp:123456 http://localhost:8080/oauth/token -H "Accept: application/json" -d "password=spring&username=roy&grant_type=password&scope=read%20write&client_secret=123456&client_id=clientapp"
How to convert curl command to simple url to hit as
Hi ! @royclarkson Question is that How to access same curd command using browser at local host? to access web service at client side device , I mean , what url hit to server to access service from client as cordova app.