Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8900035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:00:23+00:00 2026-06-15T01:00:23+00:00

Hello everybody I need to update some datas on a script placed on a

  • 0

Hello everybody I need to update some datas on a script placed on a shared hosting.

both scripts, access and destination are PHP files.

I need to access the external file trough a post operation, but server is responding me “501 Method not implemented “

I have tried also to put on top of the receiving file

header('Access-Control-Allow-Origin: *');

But I don’t solve it as probably is nginx the same stopping it before the php file is executed.

How could I tell nginx or apache to enable post only for this file ?

Thanks everybuddy

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T01:00:24+00:00Added an answer on June 15, 2026 at 1:00 am

    Nginx limit_except directive can restrict your script to only post requests –
    http://wiki.nginx.org/HttpCoreModule#limit_except

    location /postzone {
      limit_except POST {
        deny   all;
      }
    }
    

    This would give a 403 for anything other than POST, not a 501. So they must be doing something else.

    As you say, PHP can do nothing about this. If your host is blocking post requests they probably have a good reason, so I’d ask them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Desperated. Hello everybody! I am having some issues with MPMoviePlayerController. I've made it working
Hello everybody and thanks for your time. I'm developing some kind of monitoring application
Hello everybody and Merry Christmas, I've created some li elements in a news website,
Hello everybody well i just had a problem With Shared Object (.so) in REDHAT
Hello everybody With EF4, i can map a EDMX function (with update model from
Hello everybody i'm looking for some help with the next problem: i have a
Hello everybody I have some certs in SQL 2008 but am by no means
Hello everybody and thanks for interest some time ago i have started to use
Hello everybody a probably easy question. I need a custom error handler to report
Hello everybody, I have a small code in PHP that I would like to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.