Was going to make an account here:
> https://ponerpics.org/registrations/new
But saw that there's no search by image URL option here
> https://ponerpics.org/search/reverse
so Twibooru it is:
> https://twibooru.org/users/sign_up
which said this at https://twibooru.org/users :
> Just one tiny issue with your request...
> Password not strong enough. It scored 1. It must score at least 3. Add another word or two. Uncommon words are better. Capitalization doesn't help very much. Predictable substitutions like '@' instead of 'a' don't help very much
Holy crap I dislike dealing with accounts. More accounts = larger attack surface, so not great for privacy and security. Hope I don't see my fucking email and password leaked in plain text when or if Twibooru gets hacked in the future.
I didn't have to verify the email to post this image which may have gotten deleted if posted to De*ru:
https://twibooru.org/3326201
So I could've used anyone's email address, but that might end up inconvenient in the future. Anyways, here's that account in that HTTP(S)-only website:
https://twibooru.org/profiles/PonyPal
>>/10902/
Kubo RPC API v0 reference:
. via HTTPS: https://docs.ipfs.tech/reference/kubo/rpc/
. via HTTP: http://15.185.172.73:8084/ipns/docs.ipfs.tech/reference/kubo/rpc
. resolved root CID:
> $ ipfs resolve /ipns/docs.ipfs.tech
> /ipfs/Qmc1zp5L56VMbfgfrQsGTRK9QmbzHWUtSMGaJ43jYPYRcZ
> $ # so ipfs://Qmc1zp5L56VMbfgfrQsGTRK9QmbzHWUtSMGaJ43jYPYRcZ/reference/kubo/rpc
Use "curl -X POST ..." to send POST requests. That page says this:
> A 405 error may mean that you are using the wrong HTTP method (i.e. GET instead of POST)
OK, but is there a native way to enable GET requests? That would be URL/web-browser-friendly.