allegro / allegro-api

Issue tracker and wiki for Allegro REST API
https://developer.allegro.pl/
210 stars 39 forks source link

Authorization issue Captcha #9320

Open KevalPadsala opened 6 days ago

KevalPadsala commented 6 days ago

Authentication and authorization

--> https://allegro.pl.allegrosandbox.pl/auth/oauth/authorize?response_type=codep&client_id={{sandbox_client_id}}&redirect_uri={{redirect_uri}} error:

Please enable JS and disable any ad blocker

<script data-cfasync="false">
    var dd={'rt':'c','cid':'AHrlqAAAAAMAI70WhLyC6OsAtk18Gw==','hsh':'77DC0FFBAA0B77570F6B414F8E5BDB','t':'bv','r':'b','s':29697,'e':'5fc2dd0f7e3d468c42b7e32af5f4c3be6dfff566c035771561293f709feadcc1','host':'geo.captcha-delivery.com'}
</script>
<script data-cfasync="false" src="https://ct.captcha-delivery.com/c.js"></script>

PrzemyslawLukanowski commented 6 days ago

Please send us your request with clientID and IP via the contact form. Add the information that the data is related to #9320 GitHub thread. We will verify this.

KevalPadsala commented 5 days ago

is there any issue with params or any thing else https://allegro.pl.allegrosandbox.pl/auth/oauth/?response_type=code&client_id= {{sandbox_client_id}}&redirect_uri={{redirect_uri}} params: response_type=code client_id = sandbox_client_id redirect_uri = https://oauth.pstmn.io/v1/callback Error :: 403Forbidden

Please enable JS and disable any ad blocker

On Mon, 1 Jul 2024 at 16:57, PrzemyslawLukanowski @.***> wrote:

Please send us your request with clientID and IP via the contact form https://allegro.pl/pomoc/kontakt. Add the information that the data is related to #9320 https://github.com/allegro/allegro-api/issues/9320 GitHub thread. We will verify this.

— Reply to this email directly, view it on GitHub https://github.com/allegro/allegro-api/issues/9320#issuecomment-2199895038, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4KKLBFZLPVHPRLJLVHHPNDZKE4JRAVCNFSM6AAAAABKFLQXUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJZHA4TKMBTHA . You are receiving this because you authored the thread.Message ID: @.***>

PrzemyslawLukanowski commented 5 days ago

You've got a slash after "oauth" and you missed "authorize" in the path, it should be https://allegro.pl.allegrosandbox.pl/auth/oauth/authorize?response_type=code&client_id={{sandbox_client_id}}&redirect_uri={{redirect_uri}} but I don't know if it just a typo. The rest of the parameters are correct.

KevalPadsala commented 5 days ago

https://allegro.pl.allegrosandbox.pl/auth/oauth/authorize?response_type=code&client_id= {{sandbox_client_id}}&redirect_uri={{redirect_uri}} i have fixed it but still facing the same issue for CAPTCHA Is there any sample postman collection or something like that?

On Tue, 2 Jul 2024 at 12:07, PrzemyslawLukanowski @.***> wrote:

You've got a slash after "oauth" and you missed "authorize" in the path, it should be https://allegro.pl.allegrosandbox.pl/auth/oauth/authorize?response_type=code&client_id={{sandbox_client_id}}&redirect_uri={{redirect_uri}} but I don't know if it just a typo. The rest of the parameters are correct.

— Reply to this email directly, view it on GitHub https://github.com/allegro/allegro-api/issues/9320#issuecomment-2202063753, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4KKLBHVTLP5FD3EO5TZDUDZKJDBFAVCNFSM6AAAAABKFLQXUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBSGA3DGNZVGM . You are receiving this because you authored the thread.Message ID: @.***>

PrzemyslawLukanowski commented 5 days ago

Please send us your request with the clientID and IP via the contact form, so we will verify this. We don't have a sample Postman collection.