Sayfayı Yazdır | Pencereyi Kapat

Railway API bağlantısı

Nereden Yazdırıldığı: Clomosy | Forum
Kategori: Genel Programlama
Forum Adı: Genel İşlemler
Forum Tanımlaması: TRObject dili ile programlama yaparken karşılaşılan genel işlemler
URL: https://forum.clomosy.com.tr/forum_posts.asp?TID=990
Tarih: 04 Nisan 2025 Saat 00:12
Program Versiyonu: Web Wiz Forums 12.07 - https://www.webwizforums.com


Konu: Railway API bağlantısı
Mesajı Yazan: tolga_tk
Konu: Railway API bağlantısı
Mesaj Tarihi: 20 Mart 2025 Saat 16:05
Merhaba, 
Railway üzerinde çalışan API için post isteği atıyorum şu şekilde: 

void GetPostMethod;
{
 
  clRest=TCLRest.Create;
  JSONObject = TCLJSONQuery.Create(nil);  
  // Post
  
  clRest.BaseURL = 'https://api-link/generate-image/';
  clRest.Accept = 'application/json';
  clRest.Method = rmPOST;
  clRest.AddBody('{"text":"'+QuotedStr(Edit1.Text)+'"}','application/json');
  


  clRest.Execute;
  strIncomingData = Clomosy.CLParseJSON(clRest.Response,'image_url');
  anaform.SetImage(generateImg, ''+strIncomingData+'');
  ShowMessage(clRest.Response);
}
Ancak  Post isteği atmama rağmen GET olarak algılıyor. Neden olabilir?
log çıktısı: "GET /generate-image/ HTTP/1.1" 405 Method Not Allowed




Cevaplar:
Mesajı Yazan: Developer
Mesaj Tarihi: 24 Mart 2025 Saat 11:06
Merhaba Tolga,
İsteğini Postman dener misin?
https://www.postman.com/" rel="nofollow - https://www.postman.com/



Sayfayı Yazdır | Pencereyi Kapat

Forum Software by Web Wiz Forums® version 12.07 - https://www.webwizforums.com
Copyright ©2001-2024 Web Wiz Ltd. - https://www.webwiz.net