• 01-08-2021, 23:30:42
    #1
    --edit--
  • 01-08-2021, 23:35:39
    #2
    Postman'da body verisini form-data olarak gönderince kabul etmiyor, x-www-form-urlencoded olarak gönderice kabul ediyor.

    PHP cURL'de request header olarak Content-Type: application/x-www-form-urlencoded olarak ekleyince olmuyor.
  • 01-08-2021, 23:38:16
    #3
    Post verisini body olarak gönderin. Content type ve headerleri birebir aynı tutun.