In my project I am trying to insert images (insert from url) to wordpress posts through Java, I am using the wp_posts table of the wordpress. It works good when http url images are given,but when with https url its giving 403 exception. I found out Grab & Save plugin for wordpress but couldn't find how to use it through Java. Thanks in advance.