finally we have an API documentationā¦
can you explain, what you are trying to do? creating a media item?
as a start, you could first try the LIST option, which should be simple to implement GET /wp/v2/media
like this you can test, if your Authorization headers are correctā¦
and if you got that running, then continue with your other taskā¦
and concerning Authentication, I would follow this
i can get without authentication.i need post solution.to get i didnāt need to implement disposition in header but when i have to post then i have to use it
Could it be something with the āauth by jwtā you are using? Mine works with āapplication passwordā which now builtin inside wordpress. I never used jwt for WP REST API.
according to the error message it looks like your result from the ActivityStarter.AfterActivity event is an empty string?
what about debugging your blocks to find out the result?
Taifun
It seems to me that you are API experts
Do you have an IDEA for my API problem?
I would like to upload photos to my own server independently of Goole and Co.
Since wordpress 5.7.0 (if Iām not mistaken), pplication password is merged into wordpress core. If you guys work with wordpress rest API, try all endpoints before using it to kodular.Use tools like postman or insomnia
I can"t say much about wordpress as this is kodular forum.