Andrew Lyle
Andrew Lyle
```curl -X POST "https://api.squarespace.com/1.0/commerce/products/123/images" -i -H "Authorization: Bearer YOUR_API_KEY_OR_OAUTH_TOKEN" -H "User-Agent: YOUR_CUSTOM_APP_DESCRIPTION" -F [email protected]``` Results in: ``` // Generated by curl-to-PHP: http://incarnate.github.io/curl-to-php/ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://api.squarespace.com/1.0/commerce/products/123/images'); curl_setopt($ch, CURLOPT_RETURNTRANSFER,...
fix deprecated issue in php 8.3.x "Deprecated: Use of "self" in callables is deprecated"
**Describe the problem**: I have 2 profiles setup. The first connects directly to server1, and forwards the port to 127.0.0.1:55550 The second connection over ssh connects directly to 127.0.0.1:55550 These...
Free plan can only use HTTP posts, which i am doing, but get this message: > Access Restricted - Your current Subscription Plan does not support HTTPS Encryption Your site...