• Resolved marky554

    (@marky554)


    How does it work?

    Does the source server push the content? Or does the target pull the content?

    The first option is more secure, because you keep the target login credentials on one staging (source) site.

    The second option is less secure, because you keep the staging credentials on the live servers. When they’re hacked, they have access to the staging site as well.

    So how does this work? Push or Pull?

    • This topic was modified 4 years, 3 months ago by marky554.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kamlesh Parmar

    (@kp4coder)

    You save the post, At that time plugin will send request to other website with the post data. So on other website when plugin get any request than it authenticate the user and Insert / Update the post data.

    So, Plugin will PUSH the data to other website.

    Plugin Author Kamlesh Parmar

    (@kp4coder)

    are you satisfied with the answer?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Push or pull?’ is closed to new replies.