We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db34c37 commit f49e47fCopy full SHA for f49e47f
README.md
@@ -1,4 +1,4 @@
1
-PHP Api Proxy for Laravel [BETA]
+PHP Api Proxy for Laravel
2
================
3
4
[](https://packagist.org/packages/andreoli/api-proxy-laravel)
@@ -208,10 +208,18 @@ Host: example.com
208
209
uri=http://example.com/public/oauth/access_token
210
&grant_type=password
211
-&client_id=webapp
+[&client_id=webapp]
212
&username=admin
213
&password=mypassword
214
-&token=true
+[&skip=true]
215
+```
216
+
217
218
+POST public/proxify HTTP/1.1
219
+Host: example.com
220
221
+uri=http://example.com/public/protected_resource
222
223
```
224
225
### Facade
0 commit comments